@otter-hacker/prettier-config
v2.2.0
Published
### Install
Downloads
5
Readme
Usage
Install
pnpm add @otter-hacker/prettier-config
Custom configuration needed
// .prettierrc.mjs
import { fileURLToPath } from 'url';
import otterPrettier from '@otter-hacker/prettier-config';
export default {
...otterPrettier,
tailwindConfig: fileURLToPath(
new URL('./tailwind.config.ts', import.meta.url),
),
};
No customization
{
"prettier": "@otter-hacker/prettier-config"
}