Skip to content

Commit e8f02aa

Browse files
authored
chore: update eslint to v9 (#404)
1 parent f5c1c20 commit e8f02aa

File tree

3 files changed

+300
-243
lines changed

3 files changed

+300
-243
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { fixupPluginRules } from "@eslint/compat";
12
import js from "@eslint/js";
23
import angularEslint from "angular-eslint";
34
import deprecation from "eslint-plugin-deprecation";
@@ -27,7 +28,7 @@ export default tseslint.config(
2728
...globals.browser,
2829
},
2930
},
30-
plugins: { deprecation },
31+
plugins: { deprecation: fixupPluginRules(deprecation) },
3132
processor: angularEslint.processInlineTemplates,
3233
rules: {
3334
"@typescript-eslint/no-extraneous-class": "off",

0 commit comments

Comments
 (0)