Skip to content

Commit

Permalink
Merge pull request #5 from traP-jp/client/chore/eslint-setting
Browse files Browse the repository at this point in the history
🔧 clientで.gitignoreにeslintcacheを追加し、lintスクリプトを変更
  • Loading branch information
reiroop authored Jan 20, 2025
2 parents 8779482 + f400481 commit bbbe395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
.eslintcache

# Editor directories and files
.vscode/*
Expand Down
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint": "eslint . --fix --cache",
"lint:nofix": "eslint . --cache",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit bbbe395

Please sign in to comment.