js-dxtools / webpack-validator

Validates your webpack config with Joi
MIT License
295 stars 29 forks source link

feat(cli): Support `--all-scripts` #87

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

Now it's possible to execute webpack-validator --all-scripts (or just -a). After executing, webpack-validator will go through your package.json scripts and tries to validate each.

Closes #72.

jonathanglasmeyer commented 8 years ago

Lgtm!