We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d87a commit 449676aCopy full SHA for 449676a
eslint.config.ts
@@ -15,12 +15,8 @@ import eslintrc from "./.eslintrc.json";
15
const projectService = true,
16
tsconfigRootDir = import.meta.dirname;
17
18
-/* -------------------------------------------------------------------------- */
19
-
20
const parserOptions = { projectService, tsconfigRootDir };
21
22
23
24
const compat = new FlatCompat(),
25
ignores = ["index.js", "index.d.ts"],
26
languageOptions = { parserOptions },
0 commit comments