@yotoplay/prettier
v2.7.2
Published
A collection of common prettier settings used by our APIs
Maintainers
Keywords
Readme
yoto-config-prettier
A collection of common prettier settings used by our APIs
How To
Consume It
pnpm add -D @yotoplay/prettierMake Changes
The repository is auto-versioned during CI using semantic-release. All commits must conform to the conventional-changelog rules. Create a commit and push! The semver will increment for fix: (patch), feat: (minor), breaking change: (major)
git add -A
git commit -m "fix: add .temp to ignore paths"
git pushReference
Package Design
- it's a prettier configuration with zero package dependencies
- everything is organised under the
@yotoplayscope (as defined by the package.json "name") and files are organised in the root for clean import paths - new versions are published using
semantic-releasevia structured commits
Principles
- zero dependencies - avoid dependency hell and outdated packages + vulnerabilities
