Skip to content

Commit

Permalink
Fix lint npm script to match all files including in src/ (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
forty committed Mar 19, 2021
1 parent 224f25f commit 3a486db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
yarn-error.log
.DS_Store
.eslintcache
.dir-locals.el
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"build": "tsc",
"changelog": "gren changelog --override --generate",
"lint": "eslint --ext .ts **/*.ts --cache",
"lint": "eslint --ext .ts \"**/*.ts\" --cache",
"lint-watch": "onchange -k -p 100 \"**/*.ts\" -- eslint {{file}}",
"lint:fix": "eslint --ext .ts --fix src",
"prepare": "tsc",
Expand Down

0 comments on commit 3a486db

Please sign in to comment.