Skip to content

Commit

Permalink
test: set eslint policy for no-use-before-define
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Apr 1, 2019
1 parent 8d3855e commit a6a12a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -19,6 +19,7 @@
"camelcase": [2, {"properties": "never"}],
"quotes": [2, "single", "avoid-escape"],
"no-underscore-dangle": 0,
"no-useless-escape": 0
"no-useless-escape": 0,
"no-use-before-define": [1, { "functions": false }]
}
}

0 comments on commit a6a12a4

Please sign in to comment.