oxc/crates/oxc_linter
kaykdm b1608420cd
feat(linter): support eslint config in nextjs eslint (#2107)
related: https://github.com/oxc-project/oxc/issues/1929

Support Next.js eslint config settings.
- [custom settings
](https://nextjs.org/docs/app/building-your-application/configuring/eslint#custom-settings)
- also handle Next.js eslint rule name mapping

these are need before implementing [this
rule](https://nextjs.org/docs/messages/no-html-link-for-pages)
2024-01-22 11:39:39 +08:00
..
examples
fixtures feat(linter): eslint-plugin-import no-named-as-default-member rule (#1988) 2024-01-15 11:03:04 +00:00
src feat(linter): support eslint config in nextjs eslint (#2107) 2024-01-22 11:39:39 +08:00
tests
Cargo.toml refactor(formatter,linter,codegen): remove oxc_formatter (#1968) 2024-01-10 06:41:20 +00:00