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 6a38e4c commit 59e23e5Copy full SHA for 59e23e5
.eslintrc.json
@@ -46,8 +46,7 @@
46
"comma-dangle": ["error", "never"],
47
"object-curly-spacing": ["error", "always"],
48
"arrow-parens": ["error", "as-needed"],
49
- // "linebreak-style": ["error", "unix"],
50
- "linebreak-style": ["error", "windows"],
+ "linebreak-style": ["error", "unix"],
51
"no-trailing-spaces": ["error"],
52
"no-prototype-builtins": "off",
53
"no-async-promise-executor": "off"
0 commit comments