actum / gulp-dev-stack

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

Lint #1

Closed janpanschab closed 9 years ago

janpanschab commented 9 years ago

Fix eslint process. Currently broken because of babel/es6 syntax in app. Also support different settings for dev mode.

vbulant commented 9 years ago

Already on it.

janpanschab commented 9 years ago

Problem is to merge options once for dev mode and once for production mode.

janpanschab commented 9 years ago

Aha, so merging of options is like: base options are in .eslintrc and options from gulp task (api) are merged with .eslintrc?

vbulant commented 9 years ago

Yep, exactly. Separation between dev/prod is fixed and tested, I consider this done.