Vincent Batts
54635910dc
This is to replace https://git.thisco.de/mirrors/random-utils/src/master/cmd/next-note for note taking helpers
23 lines
No EOL
499 B
JSON
23 lines
No EOL
499 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
},
|
|
"sourceType": "module"
|
|
},
|
|
"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"
|
|
}
|
|
} |