We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f3046 commit c25d4a0Copy full SHA for c25d4a0
.eslintrc.js
@@ -23,6 +23,7 @@ module.exports = {
23
'no-prototype-builtins': 'off',
24
'class-methods-use-this': 'off',
25
'template-curly-spacing': 'off',
26
+ 'linebreak-style': [0, 'error', 'windows'],
27
'arrow-parens': ['error', 'as-needed'],
28
'comma-dangle': ['error', 'only-multiline'],
29
'no-param-reassign': ['error', { props: false }],
0 commit comments