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 8303bbe commit 39a377bCopy full SHA for 39a377b
package.json
@@ -162,7 +162,8 @@
162
"prepare": "npm run build",
163
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
164
"test": "ava",
165
- "lint-config-and-fix": "fixpack || fixpack"
+ "lint-config-and-fix": "fixpack || fixpack",
166
+ "lint-config": "fixpack --dryRun"
167
},
168
"sideEffects": false,
169
"source": "src/index.js",
0 commit comments