Skip to content

Commit 03f7186

Browse files
committed
fix: remove @typescript-eslint/object-curly-spacing
1 parent 31e0325 commit 03f7186

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/prettier.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function prettier() {
2424
'@typescript-eslint/member-delimiter-style': 'off',
2525
'@typescript-eslint/no-extra-parens': 'off',
2626
'@typescript-eslint/no-extra-semi': 'off',
27-
'@typescript-eslint/object-curly-spacing': 'off',
2827
'@typescript-eslint/semi': 'off',
2928
'@typescript-eslint/space-before-blocks': 'off',
3029
'@typescript-eslint/space-before-function-paren': 'off',

0 commit comments

Comments
 (0)