There was an error while loading. Please reload this page.
1 parent b61114f commit 408798bCopy full SHA for 408798b
1 file changed
eslint.config.mjs
@@ -46,6 +46,7 @@ export default [
46
},
47
rules: {
48
...reactHooks.configs.recommended.rules,
49
+ '@typescript-eslint/no-unused-expressions':['error',{ 'allowShortCircuit': true , 'allowTernary': true,}],
50
'@typescript-eslint/ban-ts-comment': 'off',
51
'@typescript-eslint/adjacent-overload-signatures': 'error',
52
'@typescript-eslint/array-type': 'error',
0 commit comments