oxc/crates/oxc_cli/fixtures
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
..
astro feat(linter): parse multiple script tags in astro file (#1898) 2024-01-05 16:36:31 +08:00
eslintrc_off feat(linter): allow "-c" configuration (#1909) 2024-01-06 16:32:11 +08:00
linter feat(linter): do not lint when vue file has no js section (#1891) 2024-01-04 21:24:19 +08:00
no_empty_allow_empty_catch feat(linter): allow "-c" configuration (#1909) 2024-01-06 16:32:11 +08:00
no_empty_disallow_empty_catch feat(linter): allow "-c" configuration (#1909) 2024-01-06 16:32:11 +08:00
no_undef fix(linter): allow eslintrc to add rule when overriding (#1984) 2024-01-11 11:43:02 +08:00
svelte feat(linter): disable no-unused-labels for svelte (#1919) 2024-01-07 00:25:52 +08:00
typescript_eslint feat(linter): add support for same rule name but different plugin names (#1992) 2024-01-11 18:05:05 +08:00
vue feat(linter): support vue generic component (#1989) 2024-01-11 15:48:56 +08:00
walk_dir feat(lint): add partial loader register (#1760) 2023-12-31 22:19:27 +08:00
test.min.js fix(cli): correct ignore-pattern behavior; add more cli tests (#796) 2023-08-26 00:03:49 +08:00