Skip to content

Commit 3a486db

Browse files
authored
Fix lint npm script to match all files including in src/ (#555)
1 parent 224f25f commit 3a486db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
yarn-error.log
66
.DS_Store
77
.eslintcache
8+
.dir-locals.el

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"build": "tsc",
3939
"changelog": "gren changelog --override --generate",
40-
"lint": "eslint --ext .ts **/*.ts --cache",
40+
"lint": "eslint --ext .ts \"**/*.ts\" --cache",
4141
"lint-watch": "onchange -k -p 100 \"**/*.ts\" -- eslint {{file}}",
4242
"lint:fix": "eslint --ext .ts --fix src",
4343
"prepare": "tsc",

0 commit comments

Comments
 (0)