diff --git a/.eslintrc.js b/.eslintrc.js index 2e24dd02..13a0fd9e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,6 +8,7 @@ const baseRules = { }, ], 'no-unused-expressions': ['off', { allowTernary: true }], + 'no-use-before-define': 0, 'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }], 'prettier/prettier': ['error', {}, { usePrettierrc: true }], }