Skip to content

cravingmaker/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@cravingmaker/prettier-config

A highly opinionated, modern, and elegant Prettier configuration crafted by cravingmaker.

Installation

Install the configuration along with Prettier using your favorite package manager:

npm install --save-dev prettier @cravingmaker/prettier-config
yarn add --dev prettier @cravingmaker/prettier-config
pnpm add -D prettier @cravingmaker/prettier-config
bun add -D prettier @cravingmaker/prettier-config

Usage

Reference this config in your package.json:

{
  "prettier": "@cravingmaker/prettier-config"
}

Or, export it from an .prettierrc.js, prettier.config.js, or prettier.config.mjs file:

import config from '@cravingmaker/prettier-config';

export default {
  ...config,
  // Add your own overrides here
};

License

MIT © cravingmaker

About

A highly opinionated, modern, and elegant Prettier configuration crafted by cravingmaker.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors