diff --git a/.eslintrc.js b/.eslintrc.js index 868329d..fb59de4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -182,7 +182,7 @@ module.exports = { "no-unmodified-loop-condition": "error", "no-unneeded-ternary": "error", "no-unused-expressions": "error", - "no-use-before-define": "error", + "no-use-before-define": ["error", "nofunc"], "no-useless-call": "error", "no-useless-computed-key": "error", "no-useless-concat": "error", @@ -273,4 +273,4 @@ module.exports = { "never" ] } -}; \ No newline at end of file +};