1.0.2 • Published 2 years ago
@forcir/prettier-config v1.0.2
Install
pnpm add -DE prettier @forcir/prettier-configyarn add -DE prettier @forcir/prettier-confignpm install -DE prettier @forcir/prettier-configBasic Usage
package.json (recommended)
{
// ...
"prettier": "@forcir/prettier-config",
// ...
"scripts": {
// ...
"format": "prettier --check \"**/*.{cjs,js,json,md,ts,tsx}\"",
"format:fix": "prettier --write \"**/*.{cjs,js,json,md,ts,tsx}\""
// ...
}
}