thamara / time-to-leave

Log work hours and get notified when it's time to leave the office and start to live.
http://timetoleave.app
GNU General Public License v3.0
450 stars 265 forks source link

Updating stylelint to latest #1056

Closed araujoarthur0 closed 5 months ago

araujoarthur0 commented 5 months ago

Helps #1037

Stylelint will stop working with new electron dependencies (not sure why) I'm taking the chance to update it and stylelint-config-standard dependencies. In this new version, running "npm run lint-fix:css" brought a lot of changes to style.css

I also had to remove one of our rules from .stylelintrc.json as it was deprecated in v15 https://github.com/stylelint/stylelint/blob/382961fb6eb67557910a1ff7430a7a180f888bcc/docs/migration-guide/to-15.md?plain=1#L77

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (1227117) 80.00% compared to head (faccc35) 80.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1056 +/- ## ======================================= Coverage 80.00% 80.00% ======================================= Files 20 20 Lines 1270 1270 Branches 191 191 ======================================= Hits 1016 1016 Misses 254 254 ```

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