Skip to content

Commit

Permalink
Ignore line endings in prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoefling committed Apr 8, 2022
1 parent 6118674 commit 0414bcd
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 290 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint --ext=.js,.json web-extension manifests tests",
"lint:webext": "web-ext -s firefox-release lint",
"lint:prettier": "prettier --check \"**/*\"",
"lint:prettier": "prettier --end-of-line auto --check \"**/*\"",
"format": "prettier --write \"**/*\""
},
"repository": {
Expand Down
Loading

0 comments on commit 0414bcd

Please sign in to comment.