Skip to content

Commit ecd25fc

Browse files
chore: update ESLint and add ESLint configuration files
1 parent 10ed8ce commit ecd25fc

3 files changed

Lines changed: 223 additions & 172 deletions

File tree

eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { FlatCompat } from "@eslint/eslintrc";
2+
const compat = new FlatCompat();
3+
4+
export default [
5+
...compat.config({ extends: ["./.eslintrc.json"] })
6+
];

0 commit comments

Comments
 (0)