Skip to content

Commit 166a857

Browse files
committed
fix: change single-quote to double in npm-scripts
1 parent 9f0e36e commit 166a857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"vue jest preprocessor"
1919
],
2020
"scripts": {
21-
"format": "prettier --no-semi --single-quote --write '**/*.{js,json,md}'",
22-
"format:check": "prettier --no-semi --single-quote --check '**/*.{js,json,md}'",
23-
"lint": "eslint --ignore-path .gitignore '{,!(node_modules)/**/}*.js'",
21+
"format": "prettier --no-semi --single-quote --write \"**/*.{js,json,md}\"",
22+
"format:check": "prettier --no-semi --single-quote --check \"**/*.{js,json,md}\"",
23+
"lint": "eslint --ignore-path .gitignore \"{,!(node_modules)/**/}*.js\"",
2424
"lint:fix": "npm run lint --fix",
2525
"release": "semantic-release",
2626
"test": "npm run lint && npm run format:check && npm run test:e2e",

0 commit comments

Comments
 (0)