Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit ed42450

Browse files
committed
Trust prettier
1 parent 5cabbb8 commit ed42450

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.eslintrc.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ module.exports = defineConfig({
2929

3030
'@typescript-eslint/ban-ts-comment': 'off',
3131
'@typescript-eslint/explicit-function-return-type': ['error', { allowExpressions: true }],
32-
'@typescript-eslint/indent': [
33-
'error',
34-
2,
35-
{
36-
SwitchCase: 1,
37-
ignoredNodes: ['MemberExpression', 'TSTypeParameterInstantiation']
38-
}
39-
],
4032
'@typescript-eslint/interface-name-prefix': 'off',
4133
'@typescript-eslint/member-ordering': 'warn',
4234
'@typescript-eslint/no-explicit-any': 'off',

0 commit comments

Comments
 (0)