Skip to content

Commit 3f9eb94

Browse files
committed
chore: upgrade eslint from v8 to v9
1 parent 1561c30 commit 3f9eb94

5 files changed

Lines changed: 2080 additions & 1066 deletions

File tree

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { defineConfig } from "eslint/config";
2+
import configs from "eslint-config-webpack/configs.js";
3+
4+
export default defineConfig([
5+
{
6+
extends: [configs["recommended-dirty"]],
7+
},
8+
]);
9+
// This file is auto-generated by `@webpack-contrib/eslint-config-webpack`.

0 commit comments

Comments
 (0)