@lsd-aus/prettier-config
v1.0.2
Published
Luke's personal Prettier config
Downloads
1
Maintainers
Readme
@lsd-aus/eslint-config
Installation
yarn add @lsd-aus/prettier-config
Usage
// package.json
{
"name": "my-projects-name",
"prettier": "@lsd-aus/prettier-config",
"devDependencies": {
"@lsd-aus/prettier-config": "^1.0.0"
}
}
// `.prettierrc.json`
"@lsd-aus/prettier-config"
// `prettier.config.js` or `.prettierrc.js`
module.exports = '@lsd-aus/prettier-config';
can be used the same as this package. see for
extend
config.
License
MIT © Luke Secomb.