Opinionated Prettier shareable configs.
Package | Version | Description | Documentation |
---|---|---|---|
@absolunet/prettier-config-core | Core rules | docs | |
@absolunet/prettier-config-pwastudio | PWA Studio rules | docs | |
@absolunet/prettier-config-spire | Spire rules | docs | |
- | - | - | - |
@absolunet/prettier-loader | Config loader | docs |
graph TD;
A[core] --> B[pwastudio];
A[core] --> C[spire];
$ npm install @absolunet/prettier-config-[RULESET]
Add some Prettier config to your .prettierrc.cjs
:
module.exports = {
...require("@absolunet/prettier-config-[RULESET]")
};
- @absolunet/eslint-config - ESLint shareable config.
- @absolunet/stylelint-config - stylelint extendable config.
See the full documentation for an in-depth look.
See the Changelog to see what has changed.
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.