Skip to content

Commit

Permalink
test(eslint): use .gitignore to ignore files (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Nov 26, 2023
1 parent b6a0cf8 commit 23b56fe
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 @@ -23,7 +23,7 @@
"dist"
],
"scripts": {
"check": "prettier --write . && eslint src package.json",
"check": "prettier --write . && eslint --ignore-path .gitignore .",
"doc": "typedoc src/index.mts",
"prepack": "tsc",
"test": "jest"
Expand Down

0 comments on commit 23b56fe

Please sign in to comment.