We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c480c26 commit 36e1f14Copy full SHA for 36e1f14
.eslintrc.js
@@ -24,6 +24,6 @@ module.exports = {
24
'react/jsx-curly-newline': 'off',
25
'react/jsx-filename-extension': 'off',
26
'react/react-in-jsx-scope': 'off',
27
-
+ 'max-len': ['error', {'code': 150}],
28
},
29
};
0 commit comments