JSPM

@nexim/prettier-config

1.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 124
  • Score
    100M100P100Q81159F
  • License AGPL-3.0-only

Base Prettier configuration for Nexim projects.

Package Exports

  • @nexim/prettier-config
  • @nexim/prettier-config/prettier.config.cjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nexim/prettier-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nexim's Prettier Configurations

NPM Version Build & Lint & Test NPM Downloads NPM License

Overview

Nexim's shareable configurations for Prettier.

Installation

yarn add -D @nexim/prettier-config

Usage

Nexim Prettier rules come bundled in @nexim/prettier-config. To enable these rules, add a prettier property in your package.json. See the Prettier configuration docs for more details.

The Prettier rules from Nexim are included in the @nexim/prettier-config package. To use these rules, add a prettier property to your package.json file. Refer to the Prettier configuration documentation for more information.

{
  "prettier": "@nexim/prettier-config"
}