projen / projen

Rapidly build modern applications with advanced configuration management
https://projen.io
Apache License 2.0
2.53k stars 362 forks source link

feat(eslint): ESLint now makes a best effort to sort the extends array #3641

Closed dkershner6 closed 5 days ago

dkershner6 commented 2 weeks ago

Fixes https://github.com/projen/projen/issues/2806


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 96.37%. Comparing base (ad20d2c) to head (0b6ad5b). Report is 98 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3641 +/- ## ========================================== + Coverage 96.34% 96.37% +0.02% ========================================== Files 192 194 +2 Lines 37696 38086 +390 Branches 3524 2670 -854 ========================================== + Hits 36320 36705 +385 - Misses 1376 1381 +5 ```

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

dkershner6 commented 2 weeks ago

OK, @mrgrain , we now have a sorting function and an extra test.

dkershner6 commented 2 weeks ago

Updated, @mrgrain .

dkershner6 commented 1 week ago

Another @mrgrain nudge.

mrgrain commented 1 week ago

Still on my list. Should get to it this week. Sorry for the delay.