Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.18 KB

Eslint Configuration Editor

Overview

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

License

Apache License, Version 2.0

Dependencies

Java : version >= 1.8.x
Note : Make sure java is available in the path

Usage

  • 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