Skip to content

Commit 9b9e4a4

Browse files
committed
updated config file
1 parent 0763d62 commit 9b9e4a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eslint.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ export default [
4747
},
4848
rules: {
4949
...reactHooks.configs.recommended.rules,
50-
'@typescript-eslint/no-empty-object-type': "off",
50+
'@typescript-eslint/no-wrapper-object-types': 'off',
51+
'@typescript-eslint/no-empty-object-type': 'off',
5152
'@typescript-eslint/no-unsafe-function-type': 'off',
52-
'@typescript-eslint/no-unused-expressions':['error',{ allowShortCircuit: true , allowTernary: true }],
53+
'@typescript-eslint/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
5354
'@typescript-eslint/ban-ts-comment': 'off',
5455
'@typescript-eslint/adjacent-overload-signatures': 'error',
5556
'@typescript-eslint/array-type': 'error',

0 commit comments

Comments
 (0)