1.1.2 • Published 2 years ago

@nitra/graphql-custom v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

prettier-config-standard

A Prettier shareable config for projects using Prettier and JavaScript Standard Style as ESLint rules or separate processes.

Installation

yarn add @nitra/prettier-config-standard -D

This is only a shareable configuration. It does not install Prettier, Standard, ESLint, or any other part of the tool chain.

Usage

Reference it in package.json using the prettier property:

{
  "name": "my-projects-name",
  "prettier": "@nitra/prettier-config-standard",
  "devDependencies": {
    "@nitra/prettier-config-standard": "^1.0.0"
  }
}
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago