Skip to content

Commit

Permalink
Remove line-endings enforcing from prettier command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla committed Jul 5, 2024
1 parent 573afc4 commit 903bd2c
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 @@ -94,7 +94,7 @@
"test": "npx ts-node node_modules/jasmine/bin/jasmine.js --config=specs/jasmine.json",
"coverage": "npx c8 --clean npm run test",
"prettier-check": "prettier --check \"**/*\"",
"prettier": "prettier --end-of-line lf --write \"**/*\"",
"prettier": "prettier --write \"**/*\"",
"generate-third-party": "node generateThirdParty.js",
"docs-prepare-directory": "mkdirp etc",
"docs-extract-api": "api-extractor run --config api-extractor.jsonc --local --verbose",
Expand Down

0 comments on commit 903bd2c

Please sign in to comment.