We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b639d81 commit 33d8868Copy full SHA for 33d8868
.eslintrc.json
@@ -43,6 +43,8 @@
43
"ignorePatterns": [
44
"dist",
45
"node_modules",
46
- "example"
+ "example",
47
+ "vitest.config.ts",
48
+ "tsconfig.json"
49
]
50
}
.prettierignore
@@ -5,3 +5,4 @@ package-lock.json
5
.DS_Store
6
tsconfig.tsbuildinfo
7
example
8
+vitest.config.ts
0 commit comments