Skip to content

Commit 33d8868

Browse files
committed
update ignore patterns in .eslintrc.json and
.prettierignore
1 parent b639d81 commit 33d8868

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"ignorePatterns": [
4444
"dist",
4545
"node_modules",
46-
"example"
46+
"example",
47+
"vitest.config.ts",
48+
"tsconfig.json"
4749
]
4850
}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package-lock.json
55
.DS_Store
66
tsconfig.tsbuildinfo
77
example
8+
vitest.config.ts

0 commit comments

Comments
 (0)