Skip to content

Commit

Permalink
remove useless ignore-path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Apr 11, 2023
1 parent 6dff939 commit cef8852
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 @@ -53,7 +53,7 @@
"check": "repo-check && echo check success",
"ci": "npm run build && npm run check && npm run lint && npm run test && echo ci success",
"dev": "vite",
"lint": "tsc --noEmit && eslint --cache --fix --ignore-path .gitignore --ext .js,.ts,.html,.vue . && echo lint success",
"lint": "tsc --noEmit && eslint --cache --fix --ext .js,.ts,.html,.vue . && echo lint success",
"lint:watch": "watchlist src tests -eager -- npm run lint",
"mark": "unique-mark dist/**/*.{html,js}",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit cef8852

Please sign in to comment.