Skip to content

Commit 98e48b7

Browse files
committed
update npm dev deps
1 parent 232a234 commit 98e48b7

File tree

3 files changed

+352
-351
lines changed

3 files changed

+352
-351
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
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,7 +176,6 @@ const config = tsEslint.config(
175176
'@typescript-eslint/no-unnecessary-type-assertion': 0,
176177
},
177178
},
178-
prettierRecommendedEslint,
179179
);
180180

181181
export default config;

0 commit comments

Comments
 (0)