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 693e31c commit dc9418dCopy full SHA for dc9418d
package.json
@@ -43,7 +43,7 @@
43
"types": "types.d.ts",
44
"homepage": "http://github.com/webpack/enhanced-resolve",
45
"scripts": {
46
- "lint": "yarn run code-lint && yarn run type-lint && yarn run special-lint yarn run spelling",
+ "lint": "yarn run code-lint && yarn run type-lint && yarn run special-lint && yarn run spelling",
47
"fix": "yarn run code-lint-fix && yarn run special-lint-fix",
48
"code-lint": "eslint --cache lib test",
49
"code-lint-fix": "eslint --cache lib test --fix",
0 commit comments