We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb4011 commit fcdc611Copy full SHA for fcdc611
package.json
@@ -1,8 +1,8 @@
1
{
2
"private": true,
3
"scripts": {
4
- "fmt": "prettier --write .",
5
- "fmt:check": "prettier --check .",
+ "fmt": "prettier --end-of-line auto --write .",
+ "fmt:check": "prettier --end-of-line auto --check .",
6
"lint": "eslint \"**/*.ts\" --cache",
7
"test": "jest",
8
"build:copy": "mkdir -p lib && shx cp src/*.{bat,cmd,sh} lib/",
0 commit comments