-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: Avoid custom ESLint plugin bundling #67
Copy link
Copy link
Labels
EnhancementTask to enhance existing functionality.Task to enhance existing functionality.RefactorTask to refactor existing code.Task to refactor existing code.difficulty: 4Likely to be moderately difficult.Likely to be moderately difficult.estimate: 2-4hrsTask which should take between 2 to 4 hours.Task which should take between 2 to 4 hours.🤖 AIAllowed to use AI.Allowed to use AI.
Metadata
Metadata
Assignees
Labels
EnhancementTask to enhance existing functionality.Task to enhance existing functionality.RefactorTask to refactor existing code.Task to refactor existing code.difficulty: 4Likely to be moderately difficult.Likely to be moderately difficult.estimate: 2-4hrsTask which should take between 2 to 4 hours.Task which should take between 2 to 4 hours.🤖 AIAllowed to use AI.Allowed to use AI.
Currently, we have to bundle all our custom lint rule into a specialized bundle, which is done when running
make init. It would be nice if we could completely avoid this step.