Files
polymer/test/.eslintrc.json
Daniel Freedman cab2ffb94f fix lint errors
2016-09-09 15:09:26 -07:00

12 lines
133 B
JSON

{
"env": {
"mocha": true
},
"globals": {
"assert": true,
"sinon": true,
"WCT": true,
"fixture": true
}
}