Skip to content

Commit 5289779

Browse files
committed
chore: ignore format and lint
1 parent 5086b23 commit 5289779

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ docs
44
coverage
55
tsconfig.json
66
api-extractor.json
7-
README.md
7+
README.md
8+
temp

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export default [
9393
'**/test/**',
9494
'**/examples/**',
9595
'shim.d.ts',
96+
'temp/**',
9697
'.eslintcache',
9798
'.eslintrc.cjs',
9899
'packages/*/vite.config.ts',

0 commit comments

Comments
 (0)