dk-prettier-test
v0.0.9
Published
## Project Setup
Downloads
1
Readme
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,
};