mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
25 lines
No EOL
552 B
JSON
25 lines
No EOL
552 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"commonjs": true,
|
|
"es6": false,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"jsx": false
|
|
},
|
|
"sourceType": "module",
|
|
"ecmaVersion": 5
|
|
},
|
|
"rules": {
|
|
"no-const-assign": "warn",
|
|
"no-this-before-super": "warn",
|
|
"no-undef": "warn",
|
|
"no-unreachable": "warn",
|
|
"no-unused-vars": "warn",
|
|
"constructor-super": "warn",
|
|
"valid-typeof": "warn",
|
|
"semi": "error"
|
|
}
|
|
} |