settings helpers

This commit is contained in:
Shin'ya Ueoka 2017-11-25 22:14:28 +09:00
parent f27d21908a
commit d15de42a75
4 changed files with 195 additions and 17 deletions

View file

@ -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",