Skip to content

Commit

Permalink
fix: remove nonexistent dir from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Jun 10, 2023
1 parent 08b5b6c commit 8a9424d
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 @@ -50,7 +50,7 @@
"build": "npm run build:node && npm run build:browser",
"commit": "git-cz",
"format": "prettier --write '{src,test}/**/**.ts'",
"lint": "eslint src/*.ts test/*.spec.ts examples/* --ext .js,.ts",
"lint": "eslint src/*.ts test/*.spec.ts --ext .js,.ts",
"prebuild": "rimraf dist",
"release": "npm run build && np",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
Expand Down

0 comments on commit 8a9424d

Please sign in to comment.