There was an error while loading. Please reload this page.
1 parent 5950486 commit 893b21fCopy full SHA for 893b21f
.eslintrc
@@ -4,8 +4,7 @@
4
"comma-dangle": ["error", "always-multiline"],
5
"no-console": "off",
6
"indent": [ "error", 2 ],
7
- "semi": ["error", "always"],
8
- "linebreak-style": [ "error", "unix" ]
+ "semi": ["error", "always"]
9
},
10
"env": {
11
"es6": true,
0 commit comments