cartodb-4.29/carto.js/.eslintrc.json

15 lines
195 B
JSON
Raw Normal View History

2020-06-15 10:58:47 +08:00
{
"extends": "semistandard",
"env": {
"es6": true,
"browser": true,
"jasmine": true
},
"globals": {
"__ENV__": true
},
"rules": {
"no-useless-escape": "off"
}
}