Closed janpanschab closed 9 years ago
Already on it.
Problem is to merge options once for dev mode and once for production mode.
Aha, so merging of options is like: base options are in .eslintrc and options from gulp task (api) are merged with .eslintrc?
Yep, exactly. Separation between dev/prod is fixed and tested, I consider this done.
Fix eslint process. Currently broken because of babel/es6 syntax in app. Also support different settings for dev mode.