clojure-lint
clojure-lint copied to clipboard
clojure-lint A Clojure Linter For VS Code
clojure-lint is an extension for VS Code that lints Clojure files.
Features
The extension lints Clojure and EDN code using the clj-kondo. Linting will happen automatically whenever a Clojure file is saved. Any problems will be overlaid on top of the source code, as well as being listed in the Problems pane in VS Code.

Installation
You can install the extension from the VisualStudio Marketplace.
Requirements
clj-kondomust be installed and available on thePATH.
Contact Us
Please log any feedback or problems that you encounter in a GitHub Issue.