This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Add eslint-config-rome
#3663
nstepien
started this conversation in
Suggestions
Replies: 2 comments 2 replies
-
I think this is a good idea. I considered something similar for quick-lint-js (my linter), but further: ESLint could run quick-lint-js (in addition to ESLint's original rules). That way the user still has all their lint rules in one place (ESLint). quick-lint/quick-lint-js#682 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nstepien Have you tried using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just like
eslint-config-prettier
, I think Rome should publish aeslint-config-rome
package.What
eslint-config-prettier
does is it disables ESLint rules that are covered by the prettier formatter.So
eslint-config-rome
could do the same:eslint-config-rome
would disable equivalent lint rules in ESLinteslint-config-rome
would disable equivalent lint rules in ESLintThis would allow for a smooth transition from ESLint to Rome, and improve ESLint performance as fewer rules would need to run.
The ESLint ecosystem is quite big, so I wouldn't expect Rome to 100% replace it for some years. Happy to be proven wrong though.
For reference:
Beta Was this translation helpful? Give feedback.
All reactions