Skip to content

Commit 06635c6

Browse files
Andrey Okonetchnikovokonet
Andrey Okonetchnikov
authored andcommitted
fix: Use double quotes to make command work on Windows
1 parent b4fbc3b commit 06635c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"precommit": "node index.js",
1919
"cz": "git-cz",
20-
"lint:base": "eslint --rule 'prettier/prettier: 2'",
20+
"lint:base": "eslint --rule \"prettier/prettier: 2\"",
2121
"lint": "yarn lint:base -- .",
2222
"lint:fix": "yarn lint --fix",
2323
"pretest": "yarn lint",

0 commit comments

Comments
 (0)