Skip to content

Commit 696a5ae

Browse files
fix: lint commands
1 parent e2e399b commit 696a5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"scripts": {
4747
"build": "tsc",
4848
"test": "yarn lint && yarn cover",
49-
"lint": "eslint src/**/**/*.ts __tests__/**/**/*.ts",
50-
"lint:fix": "eslint --fix src/**/**/*.ts __tests__/**/**/*.ts",
49+
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts'",
50+
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
5151
"cover": "jest --coverage",
5252
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
5353
}

0 commit comments

Comments
 (0)