Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 32af9a7

Browse files
committed
chore(eslint.config.js): Add ignore rule for Svelte test files
This commit adds a new ignore rule to the ESLint configuration. The rule ignores all Svelte files in the 'tests' directory. This change prevents linting errors in test files from interfering with the development process.
1 parent 6ae0943 commit 32af9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { ryoppippi } from '@ryoppippi/eslint-config';
22

33
export default ryoppippi({
44
svelte: true,
5+
ignores: ['tests/**/*.svelte'],
56
typescript: {
67
tsconfigPath: './tsconfig.json',
78
},

0 commit comments

Comments
 (0)