Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-rath/restart-eslint-action-plugin
IntelliJ plugin that lets you restart the ESLint service
https://github.com/g-rath/restart-eslint-action-plugin
Last synced: 2 days ago
JSON representation
IntelliJ plugin that lets you restart the ESLint service
- Host: GitHub
- URL: https://github.com/g-rath/restart-eslint-action-plugin
- Owner: G-Rath
- Created: 2020-01-17T21:19:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T20:18:53.000Z (over 4 years ago)
- Last Synced: 2024-10-11T10:16:54.061Z (25 days ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/14119-eslint-restart-service-action
- Size: 54.7 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restart ESLint Action Plugin
An IDEA plugin that lets you restart ESLint via an action. This is very useful
for when developing ESLint features, such as custom rules.In IDEA IDEs such as WebStorm & IntelliJ, when you make a change to an
ESLint-related file (aside from the configuration files), such as a rule in
`node_modules`, you have to disable & re-enable ESLint via the settings panel
for the change to take effect.This plugin adds an action called "Restart ESLint Service" that does exactly
what it says: restarts the ESLint service and triggers a new linting run,
making it much easier & quicker to test your changes.