nu-lint 1.1.0

Linter for Nu shell scripts that helpfully suggests improvements
Documentation
1
2
3
4
5
6
7
8
mod actions;
mod completion;
mod diagnostic;
mod docs;
mod server;
mod state;

pub use server::run_lsp_server;