0.0.9 • Published 4 years ago

dk-prettier-test v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

TNY INT Prettier Usage

Project Setup

package.json

{
  "prettier": "@condenast/prettier-config-tnyint"
}

.prettier.json

"@condenast/prettier-config-tnyint"

.prettierrc.js, which allows your to override the base configuration

module.exports = {
  ...require("@condenast/prettier-config-tnyint"),
  semi: false,
};

Editor Setup

Prettier Docs

link

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago