@valtech-commerce/prettier-config
v1.2.1
Published
Valtech_Commerce Prettier configurations
Downloads
620
Readme
Prettier config
Opinionated Prettier shareable configs.
Rulesets
| Ruleset | Description | | -------------------------------------- | -------------- | | core | Core rules |
Dependency tree
graph TD;
core;
Install
$ npm install @valtech-commerce/prettier-config
Usage
Add some Prettier config to your .prettierrc.cjs
:
module.exports = {
...require("@valtech-commerce/prettier-config/[RULESET]"),
};
Documentation
See the Changelog to see what has changed.
Contribute
See the Contributing Guidelines for ways to get started.
See the Support Guide for ways to get help.
See the Security Policy for sharing vulnerability reports.
This project has a Code of Conduct. By interacting with this repository, organization, or community you agree to abide by its terms.