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.

25 lines
409 B

{
"extends": [
"semistandard",
"plugin:vue/essential"
],
"env": {
"es6": true,
"browser": true,
"jasmine": true,
"jest": true
},
"globals": {
"_t": true,
"__ENV__": true,
"grunt": true,
"CartoNode": true
},
"rules": {
"camelcase": "off",
"no-mixed-operators": "off",
"no-useless-escape": "off",
"prefer-promise-reject-errors": "off"
}
}