Skip to content

Commit 5954cba

Browse files
committed
Enable beautify for webpack configs in tests and examples
1 parent a2eada1 commit 5954cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"lint-files": "npm run lint && npm run beautify-lint && npm run schema-lint",
104104
"lint": "eslint lib bin hot buildin \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
105105
"fix": "npm run lint -- --fix",
106-
"beautify-lint": "beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\"",
106+
"beautify-lint": "beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\"",
107107
"schema-lint": "mocha test/*.lint.js --opts test/lint-mocha.opts",
108108
"benchmark": "mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.benchmark.js -R spec",
109109
"cover": "npm run cover:init && npm run cover:all && npm run cover:report",

0 commit comments

Comments
 (0)