Skip to content

Commit

Permalink
πŸ’š Eslint μ„€μ •μ—μ„œ dist ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 22, 2024
1 parent 9b7c483 commit 427124d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default [
'.yarn',
'postcss.config.js',
'tailwind.config.js',
'dist/**',
],
},
...react({
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"@/*": ["./src/*"]
}
},
"include": ["src", "vite.config.ts"]
"include": ["src", "vite.config.ts"],
"exclude": ["dist/**"]
}

0 comments on commit 427124d

Please sign in to comment.