diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-18 22:02:44 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-26 11:40:12 +0900 |
commit | 44459e39c3526673ac2ac7065c5659e4af5ea7d8 (patch) | |
tree | dc726741c537a6bbf2fc8fe0ccac65af9051b8ae /.eslintrc | |
parent | 89c52173ce5ead27c234063c08b1aa1c67298f6d (diff) |
use preact
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,7 @@ "no-plusplus": "off", "no-ternary": "off", "no-undefined": "off", + "no-unused-vars": ["error", { "varsIgnorePattern": "h" }], "no-use-before-define": "off", "no-warning-comments": "off", "object-curly-newline": ["error", { "consistent": true }], @@ -65,5 +66,6 @@ "react/jsx-indent": ["error", 2], "react/prop-types": "off", + "react/react-in-jsx-scope": "off" } } |