mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
987213797f
swc_ecma_lints: - Add types for general configuration. - Add `no-console`rule. swc: - Expose the lint config via `jsc.lints`.
4 lines
45 B
Rust
4 lines
45 B
Rust
pub mod config;
|
|
pub mod rule;
|
|
pub mod rules;
|