Use ES6 class for React components

This commit is contained in:
Yuya Ochiai
2018-09-03 22:33:34 +09:00
parent 456727ebef
commit 23ca8bbe5a
8 changed files with 198 additions and 133 deletions

View File

@@ -21,7 +21,6 @@
"react/jsx-indent": [2, 2],
"react/jsx-indent-props": [2, 2],
"react/no-set-state": 1,
"react/prefer-es6-class": 1,
"react/require-optimization": 0
}
}