deluan / contentful-migrate

🐎 Schema migration tooling for Contentful, with state management
https://www.contentful.com/blog/2018/09/13/content-model-changes-scale-telus-cms-as-code/
MIT License
60 stars 37 forks source link

Bootstrap issue #56

Closed jmparsons closed 4 years ago

jmparsons commented 4 years ago

With the new ESLint CLIEngine update - if I have any rules in my eslintrc, the output is undefined. I have to have an empty module.exports = {} in order to produce results.

deluan commented 4 years ago

Currently ctf-migrate tries to use the rules defined in the project's .eslintrc file, if present. This is causing a lot of small issues (like this one).

I'll disable this and only use eslint-config-standard. After the migration script is generated, devs can always format it with their preferred tool before checking in the code.