Skip to content

Commit

Permalink
fix: Windows linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 22, 2023
1 parent 381e16d commit 12d1e8f
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 @@ -27,7 +27,7 @@
"typescript": "^4.8.4"
},
"scripts": {
"lint": "tsc && eslint './src/**/*.ts'",
"lint": "tsc && eslint \"src/**/*\"",
"lint:fix": "yarn lint --fix",
"build": "rm -rf dist && tsc",
"prepublishOnly": "yarn lint && yarn test:check && yarn build",
Expand Down

0 comments on commit 12d1e8f

Please sign in to comment.