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 5086b23 commit 5289779Copy full SHA for 5289779
.prettierignore
@@ -4,4 +4,5 @@ docs
4
coverage
5
tsconfig.json
6
api-extractor.json
7
-README.md
+README.md
8
+temp
eslint.config.mjs
@@ -93,6 +93,7 @@ export default [
93
'**/test/**',
94
'**/examples/**',
95
'shim.d.ts',
96
+ 'temp/**',
97
'.eslintcache',
98
'.eslintrc.cjs',
99
'packages/*/vite.config.ts',
0 commit comments