Skip to content

Commit

Permalink
have eslint look at everything not just src/
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogie committed Aug 13, 2023
1 parent 7c3d0ed commit eef5c7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
dist
build
*.lock
*.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "vite --port 3000",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --max-warnings=0 src",
"lint": "eslint --max-warnings=0 .",
"preview": "vite preview",
"test": "vitest --no-watch --reporter verbose",
"test:watch": "vitest --reporter verbose",
Expand Down

0 comments on commit eef5c7d

Please sign in to comment.