Skip to content

Commit 3bba52b

Browse files
authored
Merge pull request #2737 from vidartf/lint
Prettier quotes for windows
2 parents c998db9 + 8ce6dad commit 3bba52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"integrity2": "node buildutils/lib/integrity.js",
2222
"lint": "yarn && yarn run prettier && yarn run eslint",
2323
"lint:check": "yarn run prettier:check && yarn run eslint:check",
24-
"prettier": "prettier --ignore-path .gitignore --write '**/*{.ts,.tsx,.js,.jsx,.css,.json}'",
25-
"prettier:check": "prettier --ignore-path .gitignore --check '**/*{.ts,.tsx,.js,.jsx,.css,.json}'",
24+
"prettier": "prettier --ignore-path .gitignore --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
25+
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
2626
"sort-package-json": "lerna exec --parallel sort-package-json && sort-package-json",
2727
"publish": "yarn run clean && yarn run build && lerna publish -m \"Publish npm packages\"",
2828
"update-dependency": "update-dependency --lerna",

0 commit comments

Comments
 (0)