chore: disable no-use-before-define rule
This commit is contained in:
@@ -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 }],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user