Skip to content

Commit

Permalink
Remove invalid eslint param
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed Jun 27, 2018
1 parent 29e094d commit 31e7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -10,7 +10,7 @@
"comma-dangle": 0,
"consistent-return": 0,
"function-paren-newline": ["error", "never"],
"implicit-arrow-linebreak": ["off", "bellow"],
"implicit-arrow-linebreak": ["off"],
"no-param-reassign": 0,
"no-underscore-dangle": 0,
"no-shadow": 0,
Expand Down

0 comments on commit 31e7a00

Please sign in to comment.