@braviadev/prettier-config
v1.1.0
Published
Personal Prettier configurations for Nelson Lai projects.
Downloads
305
Readme
@bravidev/prettier-config
Personal Prettier configurations for Nelson Lai projects.
Installation
npm i -D @bravidev/prettier-configCreate a prettier.config.js file with the following content:
import { defineConfig } from '@bravidev/prettier-config'
export default defineConfig({
// Custom Prettier configuration options
})Notes
If you are using pnpm, add the following to your .npmrc to hoist the bundled Prettier plugin dependency so Prettier can resolve it:
public-hoist-pattern[]=*prettier-plugin*