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.
cartodb/.eslintrc.json

19 lines
287 B

{
"extends": "semistandard",
"env": {
"es6": true,
"browser": true,
"jasmine": true
},
"globals": {
"_t": true,
"__ENV__": true,
"grunt": true
},
"rules": {
"camelcase": "off",
"no-mixed-operators": "off",
"no-useless-escape": "off"
}
7 years ago
}