Skip to content

Commit

Permalink
feat: add .vscode-test to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Jun 20, 2024
1 parent b7331b8 commit 3889fa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-carrots-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/eslint-config-hyperse": patch
---

Add `.vscode-test` to ignore
1 change: 1 addition & 0 deletions src/getDefaultIgnorePatterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const getDefaultIgnorePatterns = (ignores: string[] = []) => {
'**/dist',
'**/public',
'**/.storybook',
'**/.vscode-test',
'**/storybook-static',
...ignores,
];
Expand Down

0 comments on commit 3889fa5

Please sign in to comment.