use preact

This commit is contained in:
Shin'ya Ueoka 2017-11-18 22:02:44 +09:00
parent 89c52173ce
commit 44459e39c3
5 changed files with 12 additions and 19 deletions

View file

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