A Prettier shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules or separate processes.
npm install @nitra/prettier-configA Prettier shareable config
for projects using Prettier and
JavaScript Standard Style as ESLint rules or
separate processes.
``sh`
yarn add @nitra/prettier-config -D
_This is only a shareable configuration. It does not install Prettier, Standard,
ESLint, or any other part of the tool chain._
Reference it in package.json using the prettier property:
`json``
{
"name": "my-projects-name",
"prettier": "@nitra/prettier-config",
"devDependencies": {
"@nitra/prettier-config": "^1.0.0"
}
}