Update eslintrc

This commit is contained in:
Shin'ya Ueoka 2018-10-15 10:09:31 +09:00
parent cff5c49383
commit 29d14e48a7

View file

@ -62,6 +62,7 @@
"quote-props": "off", "quote-props": "off",
"quotes": ["error", "single", { "allowTemplateLiterals": true }], "quotes": ["error", "single", { "allowTemplateLiterals": true }],
"require-jsdoc": "off", "require-jsdoc": "off",
"require-unicode-regexp": "off",
"sort-imports": "off", "sort-imports": "off",
"sort-keys": "off", "sort-keys": "off",
"sort-vars": "off", "sort-vars": "off",