@otter-hacker/prettier-config

2.2.0 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @otter-hacker/prettier-config

Weekly Downloads

3

Version

2.2.0

License

ISC

Unpacked Size

2.08 kB

Total Files

3

Last publish

Collaborators

  • manlou