Skip to content

Commit a346f80

Browse files
committed
build: fix didn't work, reverted
1 parent 278e13d commit a346f80

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
import path from "path";
2-
import { fileURLToPath } from "url";
31
import { defineConfig } from "eslint/config";
42
import tsParticlesESLintConfig from "@tsparticles/eslint-config";
53

6-
const __dirname = path.dirname(fileURLToPath(import.meta.url));
7-
84
export default defineConfig([
95
tsParticlesESLintConfig,
10-
{
11-
languageOptions: {
12-
parserOptions: {
13-
project: "./tsconfig.json",
14-
tsconfigRootDir: __dirname,
15-
},
16-
},
17-
},
186
]);

0 commit comments

Comments
 (0)