Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.