actum / gulp-dev-stack

Actum dev stack based on gulp
MIT License
11 stars 7 forks source link

Omit linting gulpfile #73

Closed janpanschab closed 8 years ago

janpanschab commented 8 years ago

@kettanaito Why we want to do this?

kettanaito commented 8 years ago

@janpanschab we moved from Babel in Gulpfile, so Gulp tasks cannot be run through ESLint with the same config as we use on common basis development.

The second reason is that you should not really edit Gulp tasks during the development. Ideally, this is done sometimes by more experienced developers and you just pull the changes if you need. This way there is no need to make gulpfile larger by including this lint.