1.0.2 • Published 2 years ago

@thesouschef/prettier v1.0.2

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

Prettier Config

npm install -D @thesouschef/prettier

Usage

Read the prettier documentation for sharing configs. Use the following string in your config:

"@thesouschef/prettier"

NOTE: We use prettier for formatting, which is run using eslint-plugin-prettier. As such, prettier is a required dependency. It is recommended that you use the prettier plugin for your editor in addition to the eslint plugin and turn off auto-formatting by any other plugin (including eslint).