⚙️ Walidoux's Prettier config.
Go to file
2022-08-26 15:37:26 +01:00
.next feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
.vscode feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
.eslintignore feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
.eslintrc feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
.gitignore feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
index.js feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
LICENSE feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
package.json chore(release): 📌 ready for release 2022-08-26 15:37:26 +01:00
README.md docs: add README file 📝 2022-08-26 15:36:50 +01:00
yarn.lock feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00

@walidoux/prettier-config

⚙️ Walidoux's Prettier config.

npmlicense

Installation

YARN ➜  yarn add -D prettier @walidoux/prettier-config

NPM  ➜  npm install --save-dev prettier @walidoux/prettier-config

Usage

Add it to your project inside package.json's file.

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