Skip to content

Commit aba5664

Browse files
committed
updated config file
1 parent 820715f commit aba5664

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

0 commit comments

Comments
 (0)