Skip to content

Commit 7d4547e

Browse files
author
Aaron Cook
authored
chore: fix Windows linting (#129)
* fix: Windows linting * fix: relative folder
1 parent 381e16d commit 7d4547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "^4.8.4"
2828
},
2929
"scripts": {
30-
"lint": "tsc && eslint './src/**/*.ts'",
30+
"lint": "tsc && eslint \"./src/**/*\"",
3131
"lint:fix": "yarn lint --fix",
3232
"build": "rm -rf dist && tsc",
3333
"prepublishOnly": "yarn lint && yarn test:check && yarn build",

0 commit comments

Comments
 (0)