-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
☂️ eslint-plugin-next #1929
Comments
Feels like we need a |
IWANABETHATGUY
changed the title
☔️ Linter: eslint plugin next
☔️ Linter: eslint plugin next.js
Jan 8, 2024
yeah that makes sense |
Merged
mysteryven
pushed a commit
that referenced
this issue
Jan 9, 2024
This was referenced Jan 10, 2024
camc314
pushed a commit
that referenced
this issue
Jan 13, 2024
camc314
added a commit
that referenced
this issue
Jan 13, 2024
Part of: #1929 Based on: - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-head-element.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-head-element.test.ts - doc: https://nextjs.org/docs/messages/no-head-element --------- Co-authored-by: Cameron Clark <cameron.clark@hey.com>
camc314
added a commit
that referenced
this issue
Jan 13, 2024
Part of: #1929 Based on: - https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-document-import-in-page.ts - https://nextjs.org/docs/messages/no-document-import-in-page --------- Co-authored-by: Cameron <cameron.clark@hey.com>
Boshen
pushed a commit
that referenced
this issue
Jan 22, 2024
related: #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)
Boshen
pushed a commit
that referenced
this issue
Jan 29, 2024
implement @next/next/no-unwanted-polyfillio Related issue: #1929 original implementation - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-unwanted-polyfillio.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-unwanted-polyfillio.test.ts - doc: https://nextjs.org/docs/messages/no-unwanted-polyfillio
Boshen
pushed a commit
that referenced
this issue
Jan 29, 2024
#2203) …de-document implement @next/next/no-before-interactive-script-outside-document Related issue: #1929 original implementation - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-before-interactive-script-outside-document.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-before-interactive-script-outside-document.test.ts - doc: https://nextjs.org/docs/messages/no-before-interactive-script-outside-document
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
Part of: oxc-project#1929 Based on: - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-head-element.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-head-element.test.ts - doc: https://nextjs.org/docs/messages/no-head-element --------- Co-authored-by: Cameron Clark <cameron.clark@hey.com>
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
…ject#1997) Part of: oxc-project#1929 Based on: - https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-document-import-in-page.ts - https://nextjs.org/docs/messages/no-document-import-in-page --------- Co-authored-by: Cameron <cameron.clark@hey.com>
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
related: oxc-project#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)
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
…t#2197) implement @next/next/no-unwanted-polyfillio Related issue: oxc-project#1929 original implementation - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-unwanted-polyfillio.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-unwanted-polyfillio.test.ts - doc: https://nextjs.org/docs/messages/no-unwanted-polyfillio
IWANABETHATGUY
pushed a commit
to IWANABETHATGUY/oxc
that referenced
this issue
May 29, 2024
oxc-project#2203) …de-document implement @next/next/no-before-interactive-script-outside-document Related issue: oxc-project#1929 original implementation - code: https://github.com/vercel/next.js/blob/canary/packages/eslint-plugin-next/src/rules/no-before-interactive-script-outside-document.ts - test: https://github.com/vercel/next.js/blob/canary/test/unit/eslint-plugin-next/no-before-interactive-script-outside-document.test.ts - doc: https://nextjs.org/docs/messages/no-before-interactive-script-outside-document
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Warning
This comment is maintained by CI. Do not edit this comment directly.
To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking issue for
@next/eslint-plugin-next
.There are 21(+ 0 deprecated) rules.
To get started, run the following command:
Then register the rule in
crates/oxc_linter/src/rules.rs
and alsodeclare_all_lint_rules
at the bottom.Recommended rules
✨: 20, 🚫: 0 / total: 21
✨ = Implemented, 🚫 = No need to implement
The text was updated successfully, but these errors were encountered: