Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksafranski/nodedit-plugin-jslint
JSLint Plugin for the Nodedit IDE
https://github.com/ksafranski/nodedit-plugin-jslint
Last synced: about 1 month ago
JSON representation
JSLint Plugin for the Nodedit IDE
- Host: GitHub
- URL: https://github.com/ksafranski/nodedit-plugin-jslint
- Owner: ksafranski
- Created: 2013-07-25T00:51:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-28T13:06:23.000Z (over 11 years ago)
- Last Synced: 2024-04-15T09:19:37.465Z (8 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Nodedit JSLint Plugin
This plugin allows you to configure and run JSLint against files in your editor directly inside of the IDE.
## Installation
Copy contents of folder into Nodedit's `/plugins` folder and ensure the folder is named **jslint**. Then open the `/plugins/plugins.json`
file and add the Key-Value pair like the following:```
{
...
"JSLint": "jslint"
...
}
```*Note: ensure the value `jslint` is lowercase*