@wildpeaks/prettier-config
v15.7.0
Published
Prettier settings
Downloads
130
Maintainers
Readme
Prettier Config
Shared settings for Prettier.
Quickstart
Install the config:
npm install @wildpeaks/prettier-config --save-dev
Reference it in your package.json
:
{
"prettier": "@wildpeaks/prettier-config"
}
or in .prettierrc
:
"@wildpeaks/prettier-config"
Eslint
This is compatible with the following Eslint configs:
- @wildpeaks/legacy for ES5 Javascript projects without modules
- @wildpeaks/commonjs for ES2018 Javascript projects using CommonJS modules
- @wildpeaks/esmodules for ES2022 Javascript projects using ES Modules
- @wildpeaks/typescript for ES2022 Typescript projects using ES Modules