@yotoplay/prettier
v2.6.0
Published
A collection of common prettier settings used by our APIs
Downloads
1,563
Maintainers
Keywords
Readme
yoto-config-prettier
A collection of common prettier settings used by our APIs
How To
Consume It
npm i --save bitbucket:yotoplay/yoto-config-prettier#semver:<tag>Make 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 typescript project of prettier setting with zero package dependencies
- everything is organised under the
@yotohandle (as defined by the package.json "name") and files are organised in the root for clean import paths - new versions are published using
semantc-releasevia structured commits
Principles
- zero dependencies - avoid dependency hell and outdated packages + vulnerabilities
