Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 556 Bytes

File metadata and controls

39 lines (27 loc) · 556 Bytes
name Prettier Config
menu Code Linting
route /code-linting/prettier-config

import index from '!!raw-loader!.' import { Code } from 'gatsby-theme-docz/src/components/Code'

Prettier config

Installation

npm i @madebywild/prettier-config prettier --save-dev

Then, edit your projects package.json:

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

How to bump version

Install np from https://github.com/sindresorhus/np

npm run release

Rules

{index}