Skip to content

Commit

Permalink
eslint use .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jcv8000 committed Nov 8, 2023
1 parent 078b1e8 commit 979f37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@
"dir": "pnpm run build && electron-builder -c electron-builder.config.js --dir --publish=never",
"clean": "rimraf dist/ .vite/",
"test": "pnpm run typecheck && pnpm run lint",
"lint": "pnpm exec eslint . --max-warnings 0",
"lint": "pnpm exec eslint --ignore-path .gitignore . --max-warnings 0",
"typecheck": "tsc && tsc -p packages/renderer/tsconfig.json"
},
"dependencies": {
Expand Down

0 comments on commit 979f37d

Please sign in to comment.