@mcdougald/prettier-config
v0.1.0
Published
Personal Prettier configurations for Nelson Lai projects.
Readme
@mcdougald/prettier-config
Personal Prettier configurations for Nelson Lai projects.
Installation
npm i -D @mcdougald/prettier-config prettier-plugin-packagejsonCreate a prettier.config.js file with the following content:
import { defineConfig } from '@mcdougald/prettier-config'
export default defineConfig({
// Custom Prettier configuration options
})