Skip to content

stornquist/eslint-workspace-linter.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Enables the :Lint command in buffers where eslint has attached.

The command runs eslint in the root_dir of eslint LSP and appends any result to the quickfix list.

Using Lazy:

{
    "stornquist/eslint-workspace-linter.nvim",
    event = "VeryLazy",
    dependencies = { "neovim/nvim-lspconfig" },
    opts = {},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages