Skip to content

Commit

Permalink
fix(eslint): lint:check
Browse files Browse the repository at this point in the history
Single quotes cause problems when running from Windows
Refs polito#549
  • Loading branch information
domenicoMuscill0 committed Dec 16, 2024
1 parent a7f3228 commit 579c0ac
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 @@ -10,7 +10,7 @@
"prepare": "husky install",
"commit": "commit",
"bump": "standard-version",
"lint:check": "eslint '**/*.{ts,tsx}'",
"lint:check": "eslint \"**/*.{ts,tsx}\"",
"lint": "npm run lint:check -- --fix",
"format:check": "prettier --check '**/*.{ts,tsx,md}'",
"format": "prettier --write '**/*.{ts,tsx,md}'",
Expand Down

0 comments on commit 579c0ac

Please sign in to comment.