This is a standalone tool developed using JavaFX in java. It can be used for editing .eslintrc.json configuration file. This tool provides following functionality.
- Support for setting all rules available in eslint to error, warning or off flag.
- Search particular rule by it's name
- Documentation on double click
- Generate project level configuration file
- Import existing conf. file and create another eslint configuration file on top of existing file
Apache License, Version 2.0
Java : version >= 1.8.x
Note : Make sure java is available in the path
- Clone the repo. and download jar file from here : EslintEditor.jar
- Copy folder named JSON from cloned repo. and place it in the same direcory as jar file.
- Open the terminal, navigate to jar directory
- Execute the jar file and give eslint configuration file path as an argument
java -jar EslintEditor.jar PATH_TO_ESLINTRC.JSON