-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change to using rome linter instead of eslint
The `eslint` linter has become large and unwieldly with frequent updates and too many transitive dependencies. This PR changes the linter to Rome (https://rome.tools/). Rome can handle both formatting and linting, is very fast, and requires minimal configuration. I've added a single configuration option in `rome.json` which specifies using single quotes, which I'm not married to, but it seems pointless to change the quote style everywhere. I'm happy to add additional linting or formatting rules to reduce the number of changes with this PR, but honestly, I'm happy to go with what's already the default if that doesn't cause this PR to be too disruptive. Signed-off-by: Lance Ball <lball@redhat.com>
- Loading branch information
Showing
45 changed files
with
2,135 additions
and
3,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.