This package has been deprecated

Author message:

Prettier config is included directly in the tarot repo with tarot@<=0.0.12

tarot-prettier

0.0.2 • Public • Published

Default Prettier config for Tarot

Install and use with Prettier by placing in package.json:

yarn add --dev tarot-prettier
{
  // ...
  "prettier": "tarot-prettier"
}

Rules

{
  "semi": false,
  "useTabs": true,
  "singleQuote": true,
  "trailingComma": "es5",
  "endOfLine": "lf",
  "printWidth": 180
}

Readme

Keywords

Package Sidebar

Install

npm i tarot-prettier

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

1.11 kB

Total Files

3

Last publish

Collaborators

  • codynova