absolvent / gore-gulp

Simple way to run and maintain React.js projects without any configuration.
MIT License
1 stars 0 forks source link

Separate style checking from linting #44

Open zangrafx opened 8 years ago

zangrafx commented 8 years ago

There is no need to check style on release/production server. Style errors slows pushing projects to production. Some style errors are a result of merging and happen often on release branch. It should be possible to use different set of eslint rules for gulp build and gulp deploy tasks.