Skip to content

Commit

Permalink
chore: remove single quotes from prettier inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Aug 6, 2023
1 parent 6c536a4 commit 3cb171e
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 @@ -742,7 +742,7 @@
"posttest": "npm run format",
"lint": "eslint . --ext .ts,.tsx",
"lint-fix": "npm run lint -- --fix",
"format": "prettier --write 'src/**/*.{ts,json}' 'test/**/*.ts' 'syntaxes/**/*.json' 'snippets/**/*.json' './**/*.{md,json,yaml,yml}'",
"format": "prettier --write src/**/*.{ts,json} test/**/*.ts syntaxes/**/*.json snippets/**/*.json ./**/*.{md,json,yaml,yml}",
"prepare": "husky install",
"pre-commit": "lint-staged",
"coverage": "c8 --clean npm run test"
Expand Down

0 comments on commit 3cb171e

Please sign in to comment.