Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vruivo/eslint-gui-configurator

Create an ESLint config file on the browser
https://github.com/vruivo/eslint-gui-configurator

config eslint gui interactive webpage

Last synced: 7 days ago
JSON representation

Create an ESLint config file on the browser

Awesome Lists containing this project

README

        

# ESLint GUI Configurator
* Visually edit ESLint configuration through a webpage.
* Webpage ruleset automatically created from ESLint source.

### How to run:
* go to source-reader/git-clone/ and do a git clone from eslint repo
* cd eslint
* npm init
* back to root cd ../../../
* node .
* cd output/
* open index.html with the browser

### TODO:
* rewrite using TDD
* fix array controls
* save output to a file
* automatically check eslint git repository for changes and build new version

### Screenshots:
![eslint-gui_20180208](https://user-images.githubusercontent.com/17187114/36114425-ebeec192-1027-11e8-80ea-963ea7335d82.png)