fallow-config 2.32.0

Configuration types for the fallow TypeScript/JavaScript codebase analyzer
Documentation
1
2
3
4
5
6
7
mod config;
mod external_plugin;
mod workspace;

pub use config::*;
pub use external_plugin::*;
pub use workspace::*;