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

9 lines
81 B
Plaintext

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