Skip to content

SrBrahma/prettier-config-gev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEW: You should now use Biome! Also, check my other package to use with Biome & ESLint: https://github.com/SrBrahma/eslint-config-biome

Installation

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:

module.exports = {
  ...require("prettier-config-gev"),
  // Other rules
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published