1.0.2 • Published 1 year ago
@bruceshih/prettier-config-vue v1.0.2
@bruceshih/prettier-config-vue
This is my Prettier config for Vue projects. Can also be used for JavaScript projects.
Install
pnpm i -D prettier @bruceshih/prettier-config-vue
Usage
// prettier.config.js
import bruceshih from '@bruceshih/prettier-config-vue'
export default {
...bruceshih,
// other rules
}