-
Notifications
You must be signed in to change notification settings - Fork 0
Install linters and formatters
Emiliano Ruiz Carletti edited this page Oct 20, 2021
·
1 revision
Will search for .eslintrc*
at the root of your project
- Install following the official repo
- Works out of the box
Will search for checkstyle.xml
at the root of your project
- Download Checkstyle from here
- Put the
.jar
wherever you like - Create an environment variable
CHECKSTYLE_ROOT
pointing to that directory - Ensure
java -jar $CHECKSTYLE_ROOT/checkstyle*.jar --version
prints checkstyle version
Will search for *stylua.toml
at the root of your project
- Install following the official repo
- Works out of the box