@frankhoodbs/prettier-config
v4.0.0
Published
Shared prettier configuration
Keywords
Readme
@frankhoodbs/prettier-config
Shared Prettier configuration by Frankhood Business Solutions s.r.l.
Features
This configuration provides a set of Prettier settings tailored for consistent code formatting:
- Max line width set to 80 characters.
- Enforces single quotes for strings.
- Consistent use of quote properties.
- Use of single quotes in JSX.
- Ignores whitespace sensitivity in HTML.
Installation
npm install @frankhoodbs/prettier-config --save-devUsage
In your prettier.config.js:
import '@frankhoodbs/prettier-config';Or in your .prettierrc.json:
"@frankhoodbs/prettier-config"Dependency
This package relies on:
prettier
License
This project is licensed under the ISC License.
Author
Frankhood Business Solutions s.r.l.
- Email: [email protected]
- Website: Frankhood Business Solutions
