Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 7bb1ade

Browse files
committed
fix linting of config files
1 parent f62f493 commit 7bb1ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default [
77
...tseslint.configs.recommended,
88
eslintConfigPrettier,
99
{
10-
ignores: ['**/*.config.ts', 'node_modules/**', 'dist/**']
10+
ignores: ['node_modules/**', 'dist/**']
1111
},
1212
{
1313
files: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx'],

0 commit comments

Comments
 (0)