Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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*