Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Bootstrap issue #56

Closed
jmparsons opened this issue Nov 8, 2019 · 1 comment
Closed

Bootstrap issue #56

jmparsons opened this issue Nov 8, 2019 · 1 comment

Comments

@jmparsons
Copy link

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
Copy link
Owner

deluan commented Nov 8, 2019

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.

@deluan deluan closed this as completed in b372b57 Nov 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants