Skip to content

Desktop app for editing all rules available in eslint configuration file

Notifications You must be signed in to change notification settings

EslintSublimePlugin/EslintConfigEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Desktop app for editing all rules available in eslint configuration file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published