This repository was archived by the owner on Aug 31, 2023. It is now read-only.
ESLint configuration #4601
Replies: 2 comments 2 replies
-
|
I'm not sure what your question is. Rome doesn't use eslint configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I want to request feature that can add some config like eslint (same eslint config😁) |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have my eslint configuration
How can I use this configuration with rome??
My
.eslintrc.yml:My
rome.json:{ "formatter": { "indentStyle": "tab", "indentSize": 1 }, "linter": { "rules": { "recommended": true } }, "javascript": { "formatter": { "quoteStyle": "single" } } }Beta Was this translation helpful? Give feedback.
All reactions