build: use rome as linter+formatter #310

Merged
mcataford merged 1 commit from build/use-rome-instead-of-eslint into main 2023-03-26 15:50:28 +00:00
mcataford commented 2023-03-26 15:42:14 +00:00 (Migrated from github.com)

Eslint pulls in a lot of extra dependencies, and in the spirit of keeping things light, rome comes across as a well-packaged and self-contained solution that also happens to be faster.

Eslint pulls in _a lot_ of extra dependencies, and in the spirit of keeping things light, `rome` comes across as a well-packaged and self-contained solution that also happens to be faster.
codecov-commenter commented 2023-03-26 15:47:32 +00:00 (Migrated from github.com)

Codecov Report

Patch coverage: 98.63% and project coverage change: -0.03 ⚠️

Comparison is base (3c8cb50) 98.97% compared to head (d650690) 98.95%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #310      +/-   ##
==========================================
- Coverage   98.97%   98.95%   -0.03%     
==========================================
  Files           4        4              
  Lines          98       96       -2     
  Branches       20       20              
==========================================
- Hits           97       95       -2     
  Misses          1        1              
Impacted Files Coverage Δ
src/utils.ts 97.72% <96.77%> (-0.06%) ⬇️
src/index.ts 100.00% <100.00%> (ø)
src/invariants.ts 100.00% <100.00%> (ø)
src/logger.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

## [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) Report Patch coverage: **`98.63`**% and project coverage change: **`-0.03`** :warning: > Comparison is base [(`3c8cb50`)](https://codecov.io/gh/mcataford/packwatch/commit/3c8cb50170489ecd154ef45c5d13650a7a6ea38a?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) 98.97% compared to head [(`d650690`)](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) 98.95%. :mega: This organization is not using Codecov’s [GitHub App Integration](https://github.com/apps/codecov). We recommend you install it so Codecov can continue to function properly for your repositories. [Learn more](https://about.codecov.io/blog/codecov-is-updating-its-github-integration/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #310 +/- ## ========================================== - Coverage 98.97% 98.95% -0.03% ========================================== Files 4 4 Lines 98 96 -2 Branches 20 20 ========================================== - Hits 97 95 -2 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) | Coverage Δ | | |---|---|---| | [src/utils.ts](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL3V0aWxzLnRz) | `97.72% <96.77%> (-0.06%)` | :arrow_down: | | [src/index.ts](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | | | [src/invariants.ts](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL2ludmFyaWFudHMudHM=) | `100.00% <100.00%> (ø)` | | | [src/logger.ts](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford#diff-c3JjL2xvZ2dlci50cw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) </details> [:umbrella: View full report in Codecov by Sentry](https://codecov.io/gh/mcataford/packwatch/pull/310?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). :loudspeaker: Do you have feedback about the report comment? [Let us know in this issue](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford).
This repo is archived. You cannot comment on pull requests.
No description provided.