Skip to content

Commit

Permalink
Make no-use-before-define eslint rule a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Afnan Fahim committed Mar 24, 2016
1 parent 7d07d80 commit 6f2ad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -74,7 +74,7 @@
"no-unreachable": 2,
"no-unused-expressions": 2,
"no-unused-vars": 2,
"no-use-before-define": [2, "nofunc"],
"no-use-before-define": [1, "nofunc"],
"no-with": 2,
"object-curly-spacing": [2, "never"],
"quote-props": [1, "as-needed"],
Expand Down

0 comments on commit 6f2ad2f

Please sign in to comment.