@what3vercode/prettier-config
v1.0.0
Published
Fork of Matthew Zito's prettier config
Downloads
5
Maintainers
Readme
@what3vercode/prettier-config
Extensible prettier configurations for the punctilious developer.
Based on Matthew Zito's prettier setup and reworked for own usage.
Usage
npm i -D prettier @what3vercode/prettier-configor
pnpm add -D prettier @what3vercode/prettier-configimport {defineConfig} from '@whata3vercode/prettier-config'
export default defineConfig({
// ...options
})