Skip to content

Commit 58e0123

Browse files
committed
feat: remove deprecated rule
1 parent 27ddc40 commit 58e0123

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

eslint.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ export default defineConfig([globalIgnores(["**/out", "**/dist", "**/*.d.ts"]),
1515

1616
rules: {
1717
"@typescript-eslint/naming-convention": "warn",
18-
"@typescript-eslint/semi": "warn",
1918
curly: "warn",
2019
eqeqeq: "warn",
21-
"no-throw-literal": "warn",
22-
semi: 2,
20+
"no-throw-literal": "warn"
2321
},
24-
}]);
22+
}]);

0 commit comments

Comments
 (0)