Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

absolunet/prettier-config

Repository files navigation

Prettier config

Tests Lerna

Opinionated Prettier shareable configs.

Rulesets

Package Version Description Documentation
@absolunet/prettier-config-core npm Core rules docs
@absolunet/prettier-config-pwastudio npm PWA Studio rules docs
@absolunet/prettier-config-spire npm Spire rules docs
- - - -
@absolunet/prettier-loader npm Config loader docs

Dependency tree

  graph TD;
    A[core] --> B[pwastudio];
    A[core] --> C[spire];
Loading

Install

$ npm install @absolunet/prettier-config-[RULESET]

Usage

Add some Prettier config to your .prettierrc.cjs:

module.exports = {
  ...require("@absolunet/prettier-config-[RULESET]")
};

Related

Documentation

See the full documentation for an in-depth look.

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.

License

MIT © Absolunet

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published