terriajs
Version:
Geospatial data visualization platform.
41 lines (40 loc) • 1.05 kB
Plain Text
{
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
"ecmaVersion": 2018,
"ecmaFeatures": {
"jsx": true,
"modules": true,
"legacyDecorators": true
}
},
"env": {
"browser": true,
"commonjs": true
},
"rules": {
"react/no-danger": 0,
"no-return-assign": 0,
"valid-jsdoc": 0,
"require-jsdoc": 0,
"consistent-return": 0,
"no-else-return": 0,
"no-multi-spaces": 0,
"no-multi-str": 1,
"vars-on-top": 1,
"handle-callback-err": 1,
"brace-style": [1, "1tbs", { "allowSingleLine": true }],
"camelcase": [1, { "properties": "always" }],
"indent": [0, 4, { "SwitchCase": 1 }],
"key-spacing": [1, { "beforeColon": false, "afterColon": true }],
"no-mixed-spaces-and-tabs": 1,
"no-multiple-empty-lines": [1, { "max": 1 }],
"one-var": [1, "never"],
"space-before-blocks": [1, "always"],
"space-in-parens": [1, "never"],
"spaced-comment": [1, "always"],
"no-var": 1,
"react/no-string-refs": 0
}
}