aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/paper-checkbox/test/.eslintrc.json
blob: 7c2ce11b42bbea7f8489a76e31492d7579be5cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "env": {
    "mocha": true
  },
  "globals": {
    "assert": true,
    "sinon": true,
    "WCT": true,
    "fixture": true,
    "Polymer": true,
    "MockInteractions": true,
    "a11ySuite": true
  }
}