0.0.9 • Published 3 years ago

dk-prettier-test v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago