[Feature]: Split the linter plugin to multiple plugins #1487
Labels
enhancement
New feature or request
priority:medium
Technical Improvment
Technical Improvement of an existing feature
Context
Today Otter exposes one single plugin with rules dedicated to different features.
In the current setup, all the Otter Linter rules are per default activated which require additional dependency to an application that would not use it in its own code.
Proposal
@o3r/eslint-config-otter
package should setup the rules of the modules provided by the application (usingimport()
?).ngUpdate
should be provided to@o3r/eslint-plugin
to migrate to the import of the different packages@o3r/eslint-plugin
should be deprecatedThe text was updated successfully, but these errors were encountered: