@mikecbrant/prettier-config
v0.1.0
Published
Prettier 3 config matching the Node 22+ baseline (tabs, no semicolons, single quotes, trailing commas).
Readme
@mikecbrant/prettier-config
Prettier 3 config matching the Node 22+ baseline (tabs, no semicolons, single quotes, trailing commas).
Usage
- In
package.json:
{ "prettier": "@mikecbrant/prettier-config" }- Or
.prettierrc.mjs:
export { default } from '@mikecbrant/prettier-config'Peer dependency: prettier@^3.
