aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 057631708..dc727a196 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -74,6 +74,7 @@ module.exports = {
74 'react/button-has-type': 0, 74 'react/button-has-type': 0,
75 'react/forbid-prop-types': 0, 75 'react/forbid-prop-types': 0,
76 'react/jsx-curly-newline': 0, 76 'react/jsx-curly-newline': 0,
77 'react/react-in-jsx-scope': 0,
77 'react/jsx-no-bind': 0, 78 'react/jsx-no-bind': 0,
78 'react/jsx-no-target-blank': 0, 79 'react/jsx-no-target-blank': 0,
79 'react/jsx-props-no-spreading': 0, 80 'react/jsx-props-no-spreading': 0,
@@ -151,6 +152,7 @@ module.exports = {
151 'react/forbid-prop-types': 1, 152 'react/forbid-prop-types': 1,
152 'react/destructuring-assignment': 0, 153 'react/destructuring-assignment': 0,
153 'react/jsx-curly-newline': 0, 154 'react/jsx-curly-newline': 0,
155 'react/react-in-jsx-scope': 0,
154 'react/jsx-filename-extension': 1, 156 'react/jsx-filename-extension': 1,
155 'react/jsx-one-expression-per-line': 0, 157 'react/jsx-one-expression-per-line': 0,
156 'react/jsx-no-bind': 1, 158 'react/jsx-no-bind': 1,