Commits
Click on a commit to change the comparison rangefeat(linter/plugins): remove `--js-plugins` CLI option (#14134)
Remove `--js-plugins` CLI option. JS plugins are now enabled by default if config contains a `jsPlugins` array.
In place of the CLI option, print a warning when user uses JS plugins:
```
WARNING: JS plugins are experimental and not subject to semver.
Breaking changes are possible while JS plugins support is under development.
```2 months ago
by overlookmotel