-
Notifications
You must be signed in to change notification settings - Fork 16
refactor: create recommended config based on rules config #35
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 97.51% 96.85% -0.66%
==========================================
Files 17 19 +2
Lines 161 191 +30
Branches 8 12 +4
==========================================
+ Hits 157 185 +28
Misses 4 4
- Partials 0 2 +2
Continue to review full report at Codecov.
|
Hi @timdeschryver, It looks like this change would make eslint "calculate" all recommended rules at runtime. Does this work when the plugin is integrated in a project ? I've seen @typescript-eslint package has a script in their package.json to generate the file. I believe we can see multiple advantages:
What do you think? |
@jsaguet that's great feedback, thanks! |
42a560d
to
0535ada
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice !
🎉 This PR is included in version 1.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thoughts @jsaguet ?