Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit a4c3fc6

Browse files
author
Saharsh Yeruva
committed
🔧 fixed broken config
1 parent 58eb208 commit a4c3fc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎.eslintrc.json

-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@
1717
"func-names": "off",
1818
"class-methods-use-this": "warn",
1919
"import/no-extraneous-dependencies": "warn",
20-
<<<<<<< HEAD
2120
"consistent-return": "off",
22-
"no-else-return": "warn",
2321
"no-param-reassign": "warn"
24-
=======
25-
"consistent-return": "off"
26-
>>>>>>> parent of fa25559... 🔧 config: update rules "no-else-return" to warn
2722
},
2823
"parserOptions": {
2924
"sourceType": "module"

0 commit comments

Comments
 (0)