Skip to content

Commit 39e4e3a

Browse files
Remove unused code
1 parent 90520c6 commit 39e4e3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eslint.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
import path from "path";
2-
import { fileURLToPath } from "url";
3-
4-
import { FlatCompat } from "@eslint/eslintrc";
51
import eslint from "@eslint/js";
62
import { globalIgnores } from "eslint/config";
73
import github from "eslint-plugin-github";
84
import tseslint from "typescript-eslint";
95

10-
const compat = new FlatCompat({
11-
baseDirectory: path.dirname(fileURLToPath(import.meta.url)),
12-
});
13-
146
export default tseslint.config(
157
globalIgnores(["dist/", "node_modules/", "script/", "jest.config.ts", "eslint.config.mjs", "build.mjs"]),
168
github.getFlatConfigs().recommended,

0 commit comments

Comments
 (0)