mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
16 lines
192 B
JSON
16 lines
192 B
JSON
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"no-var": "off",
|
|
"strict": "off"
|
|
},
|
|
"globals": {
|
|
"assert": true,
|
|
"sinon": true,
|
|
"WCT": true,
|
|
"fixture": true
|
|
}
|
|
}
|