oxc/crates/oxc_cli/src
Boshen fb5d0a740c
feat(linter): add support for same rule name but different plugin names (#1992)
e.g.

```
{
  "rules": {
    "semi": "off",
    "@typescript-eslint/semi": "error"
  }
}
```

closes #1975
2024-01-11 18:05:05 +08:00
..
format feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
lint feat(linter): add support for same rule name but different plugin names (#1992) 2024-01-11 18:05:05 +08:00
type_check refactor(clippy): allow struct_excessive_bools 2023-10-16 15:18:07 +08:00
codeowners.rs Codeowners filtering (#1083) 2023-10-29 13:30:20 +08:00
command.rs feat: nextjs plugin (#1948) 2024-01-09 11:08:11 +08:00
git.rs feat(cli): introduce pretty errors (#111) 2023-03-04 20:40:07 -08:00
lib.rs feat(cli): add basic prettier cli infrastructure (#1300) 2023-11-14 08:22:22 +00:00
main.rs feat(cli): add basic prettier cli infrastructure (#1300) 2023-11-14 08:22:22 +00:00
result.rs refactor(cli): improve the code around lint-staged handling (#1889) 2024-01-04 20:50:59 +08:00
runner.rs refactor(cli): remove unused lint/error.rs (#792) 2023-08-25 16:46:26 +08:00
walk.rs feat(cli): support walk vue and astro (#1745) 2023-12-31 22:15:11 +08:00