⚙️ Walidoux's Prettier config.
Go to file
2023-04-10 18:26:43 +00: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 refactor(printWidth): ♻️ extend line's width 2023-04-10 18:25:29 +00:00
LICENSE feat: 🚀 initial commit 2022-08-26 15:23:55 +01:00
package.json build(deps): 📦 update latest 2023-04-10 18:26:43 +00:00
pnpm-lock.yaml build(deps): 📦 update latest 2023-04-10 18:26:43 +00:00
README.md revert(docs) ✏️: fix typo 2022-08-26 15:39:22 +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": "@walidoux/prettier-config" }