Skip to content

Commit

Permalink
prettier: add --end-of-line auto argument to maintain sanity on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkonecny committed Dec 10, 2022
1 parent b268e0b commit 066ca08
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 --end-of-line auto 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 066ca08

Please sign in to comment.