Files
polymer/test/.eslintrc.json

16 lines
192 B
JSON
Raw Permalink Normal View History

2016-02-16 11:43:39 -08:00
{
"env": {
"mocha": true
},
2017-03-03 15:58:52 -08:00
"rules": {
2017-03-03 16:03:45 -08:00
"no-var": "off",
"strict": "off"
2017-03-03 15:58:52 -08:00
},
2016-02-16 11:43:39 -08:00
"globals": {
"assert": true,
"sinon": true,
2016-09-09 15:06:53 -07:00
"WCT": true,
"fixture": true
2016-02-16 11:43:39 -08:00
}
}