https://github.com/joakim-eriksson/nb-eslint
ESLint support for nerbeans
https://github.com/joakim-eriksson/nb-eslint
hacktoberfest
Last synced: 5 months ago
JSON representation
ESLint support for nerbeans
- Host: GitHub
- URL: https://github.com/joakim-eriksson/nb-eslint
- Owner: joakim-eriksson
- License: mit
- Created: 2016-01-17T22:00:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T19:18:30.000Z (over 3 years ago)
- Last Synced: 2024-08-05T11:12:40.552Z (9 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
Awesome Lists containing this project
- awesome-netbeans - NB-ESLint - ESLint support for nerbeans. (:electric_plug: Plugins <a name="plugins"></a> / Language Support)
README
# nb-eslint




## Description
ESLint support for netbeans
## How to
1. Install the `nb-eslint` NetBeans plugin.
2. Install `eslint` via npm/yarn globally.
3. Go to Options -> HTML/JS -> ESLint and click on the search button.
4. If the system finds the installed eslint npm package, it will fill the path into the field (If you have a custom path or want to use another version, you need to set the path by your own).## Changelog
See [Changelog](./Changelog.md) for all information
## NetBeans Compatibility
Version >= 1.4.0 is compatible to Apache NetBeans >= 9.0
Plugin is available at https://github.com/joakim-eriksson/nb-eslint/releases/tag/1.5.0