nu-lint 1.1.0

Linter for Nu shell scripts that helpfully suggests improvements
Documentation
1
2
3
4
5
6
7
8
9
pub mod block;
pub mod call;
pub mod declaration;
pub mod expression;
pub mod pipeline;
pub mod regex;
pub mod span;
pub mod string;
pub mod tree;