Skip to content

Commit

Permalink
test: set explicit return to 0 for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianD committed May 10, 2017
1 parent f3c667e commit da523e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
better/no-nulls: 2
better/no-reassigns: 0
better/no-typeofs: 0
better/explicit-return: 1
better/explicit-return: 0
better/no-variable-declaration: 0
prefer-template: 2
prefer-const:
Expand Down

0 comments on commit da523e9

Please sign in to comment.