You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Leaflet/spec/.eslintrc

21 lines
320 B

{
"rules": {
"no-unused-vars": 0,
"quotes": 0,
"no-shadow": 0,
"no-irregular-whitespace": 0,
"no-console": 0,
"no-extend-native": 0
},
"env": {
"mocha": true
},
"globals": {
"expect": false,
"sinon": false,
"happen": false,
"Hand": false,
"takeScreenshot"
}
}