aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/paper-checkbox/.eslintrc.json
blob: cc13518ec5d05f3916928cb33041a051f89a8afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "extends": "eslint:recommended",
  "rules": {
    "no-console": 0
  },
  "env": {
    "browser": true
  },
  "plugins": [
    "html"
  ],
  "globals": {
    "CustomElements": false,
    "HTMLImports": false,
    "Polymer": false,
    "WeakMap": false
  }
}