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 bc602ff commit d6e2e3aCopy full SHA for d6e2e3a
package.json
@@ -78,6 +78,7 @@
78
"prepare": "npm run build",
79
"release": "np",
80
"test": "ava",
81
- "lint-config-and-fix": "fixpack || fixpack"
+ "lint-config-and-fix": "fixpack || fixpack",
82
+ "lint-config": "fixpack --dryRun"
83
}
84
0 commit comments