Skip to content

Commit 86eef34

Browse files
author
andraz maier
committed
fix: linter config problem
1 parent 90cca0d commit 86eef34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ export default tseslint.config(
77
eslint.configs.recommended,
88
// linting with type information
99
tseslint.configs.recommendedTypeChecked,
10+
{
11+
ignores: ['eslint.config.mjs'],
12+
},
1013
// tells parser how to find the tsconfig
1114
{
1215
languageOptions: {

0 commit comments

Comments
 (0)