1.1.1 • Published 2 years ago
@ltwoz/prettier-config v1.1.1
Installation
With npm:
npm install --save-dev prettier @ltwoz/prettier-configOr using pnpm:
pnpm add -D prettier @ltwoz/prettier-configOr using yarn:
yarn add prettier @ltwoz/prettier-config -DSetup
Add the following code to your .prettierrc file:
{
"prettier": "@ltwoz/prettier-config",
}