Use lint-staged to help format & lint before commit

This commit is contained in:
Nicolas Gallagher
2017-05-25 10:44:12 -07:00
parent 6525d9d84a
commit 875a2c98b3
3 changed files with 263 additions and 32 deletions
-3
View File
@@ -120,9 +120,6 @@
// react
"react/display-name": 0,
"react/jsx-handler-names": [2, {
"eventHandlerPrefix": "_handle"
}],
"react/jsx-no-bind": 2,
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 2,