Skip to content

Commit

Permalink
include sample files in eslint command
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Apr 24, 2024
1 parent 7c144e1 commit 81e4cae
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 @@ -31,7 +31,7 @@
"CHANGELOG.md"
],
"scripts": {
"eslint": "eslint --fix lib/*.ts test/*.js",
"eslint": "eslint --fix lib/*.ts test/*.js examples/**/*.js",
"prettier": "prettier --write lib/*.ts test/*.js",
"prepare": "tsc",
"test": "tap --node-arg=-r --node-arg=ts-node/register --disable-coverage test/*_test.js"
Expand Down

0 comments on commit 81e4cae

Please sign in to comment.