@xbsheng/prettier-config
v1.0.0
Published
My personal Prettier config
Readme
@xbsheng → prettier config
Adding to project
Install the package:
npm install -D @xbsheng/prettier-config # or yarn add -D @xbsheng/prettier-config # or pnpm add -D @xbsheng/prettier-configCreate
.prettierrc.mjswith the following contents:import prettierConfig from '@xbsheng/prettier-config' /** * @type {import("prettier").Config} */ const config = { ...prettierConfig, // Add overrides here semi: false, } export default config
