jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

chore: run prettier separately from eslint #88

Closed uncenter closed 9 months ago

uncenter commented 9 months ago

Prettier no longer recommends running Prettier inside of ESLint. This PR adds a new NPM script, format, for running Prettier itself, removes the eslint-plugin-prettier plugin, and creates a Prettier configuration file.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e6bda56) 100.00% compared to head (90fe976) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #88 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 290 290 ========================================= Hits 290 290 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jaredwray commented 9 months ago

@uncenter thanks!