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 b4fbc3b commit 06635c6Copy full SHA for 06635c6
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"precommit": "node index.js",
19
"cz": "git-cz",
20
- "lint:base": "eslint --rule 'prettier/prettier: 2'",
+ "lint:base": "eslint --rule \"prettier/prettier: 2\"",
21
"lint": "yarn lint:base -- .",
22
"lint:fix": "yarn lint --fix",
23
"pretest": "yarn lint",
0 commit comments