0
cb219
1y

Is there any tool that generates an eslint config interactively? E.g. I would start off with airbnb style (but not required) and then toggle different options and see what changes and what will be highlighted. In the end I can save the config. I know eclipse provides such a wizard for java, but haven't found an equivalent one for JS/TS. Anything better than ESLint playground?

Comments
  • 0
    Like always, start with enabling everything and then selectively disable inspections that don't match the project's styleguide or would cost too much time to fix.
Add Comment