rbql
Version:
Rainbow Query Language
27 lines (26 loc) • 599 B
JSON
{
"env": {
"browser": false,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module",
"ecmaVersion": 2018
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-undef": "warn",
"semi": [2, "always"],
"no-unreachable": "warn",
"no-unused-vars": "warn",
"constructor-super": "warn",
"no-trailing-spaces": "error",
"valid-typeof": "warn"
}
}