Skip to content

Commit

Permalink
Fix lint on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji97 committed Dec 26, 2021
1 parent f2eec9f commit 57eef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dts"
],
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' --fix",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint:fix": "eslint '\"src/**/*.{ts,tsx}\" --fix",
"clean": "rm -rf dist dts",
"test": "npm run lint",
"build": "tsc",
Expand Down

0 comments on commit 57eef9b

Please sign in to comment.