Skip to content

Commit 2f8f80f

Browse files
committed
ESLint improvement
1 parent 4669047 commit 2f8f80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const config = tsEslint.config(
1616
},
1717
},
1818
eslint.configs.recommended,
19+
prettierRecommendedEslint,
1920
{
2021
rules: {
2122
'constructor-super': 2,
@@ -175,8 +176,7 @@ const config = tsEslint.config(
175176
'jest/prefer-expect-assertions': 0,
176177
'@typescript-eslint/no-unnecessary-type-assertion': 0,
177178
},
178-
},
179-
prettierRecommendedEslint
179+
}
180180
);
181181

182182
export default config;

0 commit comments

Comments
 (0)