Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srbrahma/prettier-config-gev
https://github.com/srbrahma/prettier-config-gev
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srbrahma/prettier-config-gev
- Owner: SrBrahma
- Created: 2022-11-10T04:05:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T21:08:18.000Z (about 1 year ago)
- Last Synced: 2024-10-12T17:42:11.322Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEW: You should now use Biome! Also, check my other package to use with Biome & ESLint: https://github.com/SrBrahma/eslint-config-biome
# Installation
```shell
npm i -D prettier-config-gev prettier
# or
yarn add -D prettier-config-gev prettier
# or
pnpm i -D prettier-config-gev prettier
# or
bun i -d prettier-config-gev prettier
```Add `"prettier": "prettier-config-gev"` to the root of your `package.json` if you don't intend to customize the Prettier. There isn't much to customize. Else, create a `.prettierrc.js` with the following:
```js
module.exports = {
...require("prettier-config-gev"),
// Other rules
};
```