Skip to content

Commit

Permalink
Turned off consistent return linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamasis committed Apr 20, 2019
1 parent 0f36f5e commit 63c43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"block-scoped-var": "error",
"class-methods-use-this": "error",
"complexity": "off",
"consistent-return": "warn",
"consistent-return": "off",
"curly": "error",
"default-case": "error",
"dot-location": ["error", "property"],
Expand Down

0 comments on commit 63c43ef

Please sign in to comment.