js-dxtools / webpack-validator

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

Implement `--strict` by setting all rules to true #97

Open jonathanglasmeyer opened 8 years ago

jonathanglasmeyer commented 8 years ago

Strict mode can now easily be implemented by setting all rules to true. We don't have opt-in rules yet, but it'd be relevant for those, obviously. :)