Skip to content

Commit d4c5215

Browse files
committed
updated config file
1 parent a020aa5 commit d4c5215

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
@@ -48,9 +48,10 @@ export default [
4848
},
4949
rules: {
5050
...reactHooks.configs.recommended.rules,
51-
'@typescript-eslint/no-empty-object-type': "off",
51+
'@typescript-eslint/no-wrapper-object-types': 'off',
52+
'@typescript-eslint/no-empty-object-type': 'off',
5253
'@typescript-eslint/no-unsafe-function-type': 'off',
53-
'@typescript-eslint/no-unused-expressions':['error',{ allowShortCircuit: true , allowTernary: true }],
54+
'@typescript-eslint/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
5455
'@typescript-eslint/ban-ts-comment': 'off',
5556
'@typescript-eslint/adjacent-overload-signatures': 'error',
5657
'@typescript-eslint/array-type': 'error',

0 commit comments

Comments
 (0)