Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vruivo/eslint-gui-configurator
- Owner: vruivo
- Created: 2018-02-12T12:48:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:09:28.000Z (almost 7 years ago)
- Last Synced: 2024-02-23T11:49:57.153Z (9 months ago)
- Topics: config, eslint, gui, interactive, webpage
- Language: JavaScript
- Homepage:
- Size: 551 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)