1.0.2 • Published 3 years ago

@lsd-aus/prettier-config v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@lsd-aus/eslint-config

npm

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.