oxc/tasks/website/src/lib.rs
Boshen 40ab95b055 feat(tasks): add website tasks (#3377)
Adds the following tasks so we can use them in the website repo to generate documentations.

`cargo run -p website`
* linter-cli
* linter-rules
* linter-json-schema
2024-05-21 17:46:07 +00:00

3 lines
55 B
Rust

#![allow(clippy::missing_panics_doc)]
pub mod linter;