Leaflet/spec/.eslintrc

21 lines
320 B
Plaintext
Raw Normal View History

2015-01-29 01:33:45 +08:00
{
"rules": {
"no-unused-vars": 0,
"quotes": 0,
"no-shadow": 0,
"no-irregular-whitespace": 0,
"no-console": 0,
"no-extend-native": 0
2015-09-25 18:40:21 +08:00
},
"env": {
"mocha": true
2015-01-29 01:33:45 +08:00
},
"globals": {
"expect": false,
"sinon": false,
"happen": false,
"Hand": false,
"takeScreenshot"
2015-01-29 01:33:45 +08:00
}
}