oxc/crates/oxc_cli
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
..
fixtures feat(linter): add support for same rule name but different plugin names (#1992) 2024-01-11 18:05:05 +08:00
src feat(linter): add support for same rule name but different plugin names (#1992) 2024-01-11 18:05:05 +08:00
Cargo.toml chore(cli): the oxc_cli binary has no unit tests 2024-01-04 21:20:40 +08:00