Skip to content

Commit 449676a

Browse files
author
Jerry Bruwes
committed
modified: eslint.config.ts
1 parent 195d87a commit 449676a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ import eslintrc from "./.eslintrc.json";
1515
const projectService = true,
1616
tsconfigRootDir = import.meta.dirname;
1717

18-
/* -------------------------------------------------------------------------- */
19-
2018
const parserOptions = { projectService, tsconfigRootDir };
2119

22-
/* -------------------------------------------------------------------------- */
23-
2420
const compat = new FlatCompat(),
2521
ignores = ["index.js", "index.d.ts"],
2622
languageOptions = { parserOptions },

0 commit comments

Comments
 (0)