8000
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 58f433d commit a4b59b0Copy full SHA for a4b59b0
package.json
@@ -127,7 +127,8 @@
127
"release": "np",
128
"test": "ava",
129
"travis": "npm run lint && npm run cover",
130
- "lint-config-and-fix": "fixpack || fixpack"
+ "lint-config-and-fix": "fixpack || fixpack",
131
+ "lint-config": "fixpack --dryRun"
132
},
133
"sideEffects": false
134
}
0 commit comments