← All components

Prettier + ESLint Config

Adds Prettier with a standard config, and overwrites eslint.config.mjs (flat config) to fold in eslint-config-prettier/flat so formatting-conflicting lint rules are disabled.

Copy the files below, or open this folder on GitHub. Each file is stamped with a limited-use licence, generator and date. SHA-256 is of the published catalog bytes, before the stamp.

id
prettier-eslint-config
stack
Next.js
version
2.0.0
compatibility
nextjs >=16 <17 · react >=19 <20
requires
nextjs-base
env vars
Verified passing · daily buildIntegrity sha256:ebe733191f06a29f

Files (3)

.prettierrc.json · sha256:ebe733191f06a29f…
{
  "semi": true,
  "singleQuote": true,
  "trailingComma": "all",
  "printWidth": 100
}