mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 13:18:59 +00:00
chore(parser): enable lint warnings on missing docs (#6608)
Part of https://github.com/oxc-project/backlog/issues/130
This commit is contained in:
parent
d07a9b0fb3
commit
03427af85b
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
//! See [full linter example](https://github.com/Boshen/oxc/blob/ab2ef4f89ba3ca50c68abb2ca43e36b7793f3673/crates/oxc_linter/examples/linter.rs#L38-L39)
|
||||
|
||||
#![allow(clippy::wildcard_imports)] // allow for use `oxc_ast::ast::*`
|
||||
#![warn(missing_docs)]
|
||||
|
||||
mod context;
|
||||
mod cursor;
|
||||
|
|
|
|||
Loading…
Reference in a new issue