settings helpers
This commit is contained in:
parent
f27d21908a
commit
d15de42a75
4 changed files with 195 additions and 17 deletions
|
@ -44,6 +44,7 @@
|
|||
"no-plusplus": "off",
|
||||
"no-ternary": "off",
|
||||
"no-undefined": "off",
|
||||
"no-undef-init": "off",
|
||||
"no-unused-vars": ["error", { "varsIgnorePattern": "h" }],
|
||||
"no-use-before-define": "off",
|
||||
"no-warning-comments": "off",
|
||||
|
|
Reference in a new issue