UNPKG

@sxzz/prettier-config

Version:
40 lines (27 loc) 936 B
# @sxzz/prettier-config [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] Prettier config. ## Install ```bash npm i -D @sxzz/prettier-config ``` ## Features - 2 spaces - No semicolons - Single quotes - Trailing commas - Ignore common files (`dist`, `pnpm-lock.yaml`...) ## Sponsors <p align="center"> <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/> </a> </p> ## License [MIT](./LICENSE) License © 2023-PRESENT [Kevin Deng](https://github.com/sxzz) <!-- Badges --> [npm-version-src]: https://img.shields.io/npm/v/@sxzz/prettier-config.svg [npm-version-href]: https://npmjs.com/package/@sxzz/prettier-config [npm-downloads-src]: https://img.shields.io/npm/dm/@sxzz/prettier-config [npm-downloads-href]: https://www.npmcharts.com/compare/@sxzz/prettier-config?interval=30