eslint rules
This commit is contained in:
parent
f184f7be94
commit
b815a88149
1 changed files with 6 additions and 1 deletions
|
|
@ -83,7 +83,12 @@
|
||||||
|
|
||||||
"no-undefined": "off",
|
"no-undefined": "off",
|
||||||
|
|
||||||
"no-process-env": "off"
|
"no-process-env": "off",
|
||||||
|
|
||||||
|
// I am now convinced TODO comments closer to the relevant code are better
|
||||||
|
// than GH issues. Especially when it only concerns a single function /
|
||||||
|
// routine.
|
||||||
|
"no-warning-comments": "off"
|
||||||
},
|
},
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue