1.0.2 • Published 4 years ago

config-slash-prettier v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Installation

yarn add config-slash-prettier

Usage

Create .prettierrc.js and place the below content

module.exports = require('config-slash-prettier');

Override Configuration

Update .prettierrc.js with the below content

module.exports = {
  ...require('config-slash-prettier'),
  singleQuote: false,
}
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago