oxc/crates/oxc_linter
zhangrunzhao 55a87b2e02
feat(linter): eslint: no-var (#1890)
This feature is primarily used to supplement eslint no-var rules

- doc:
https://github.com/eslint/eslint/blob/main/docs/src/rules/no-var.md
- code: https://github.com/eslint/eslint/blob/main/lib/rules/no-var.js
- test:
https://github.com/eslint/eslint/blob/main/tests/lib/rules/no-var.js

Co-authored-by: 张润钊 <zhangrunzhao@bytedance.com>
2024-01-05 19:52:38 +08:00
..
examples fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
fixtures fix(linter): support read the third item in config file (#1771) 2023-12-21 22:51:57 +08:00
src feat(linter): eslint: no-var (#1890) 2024-01-05 19:52:38 +08:00
tests
Cargo.toml deps(rust): bump deps (#1888) 2024-01-04 20:41:31 +08:00