Enable Next.js lint rules for skin-database and skin-museum-og#1326
Merged
captbaritone merged 1 commit intoenable-skin-database-lint-rulesfrom Nov 28, 2025
Merged
Conversation
- Add @next/eslint-plugin-next to skin-database - Add eslint-config-next to skin-museum-og - Disable @next/next/no-img-element in both packages (OG images use <img>) - Use plugin:@next/next/recommended instead of next/core-web-vitals to avoid Babel version conflicts in skin-database
7851c16
into
enable-skin-database-lint-rules
3 checks passed
|
Size Change: 0 B 🆕 Total Size: 0 B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enables Next.js-specific lint rules for the two packages that use Next.js.
Changes
@next/eslint-plugin-nextwithplugin:@next/next/recommendednext/core-web-vitalsto avoid Babel version conflicts.eslintrc.jsextendingnext/core-web-vitalsRules Disabled
@next/next/no-img-element- Both packages use<img>for OG imagesTesting