Files
openlayers/test/node/.eslintrc
2016-08-08 09:58:12 -06:00

10 lines
100 B
Plaintext

{
"env": {
"es6": true,
"mocha": true
},
"rules": {
"strict": [2, "global"]
}
}