1.0.4 • Published 1 year ago

@mnenie/prettier v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Prettier config (@mnenie/prettier) 🔧

NPM Version NPM Downloads MIT License Code Style Prettier

Installing

  1. Use one of these following commands for adding package to your project.
// npm
npm install -D @mnenie/prettier 

// yarn
yarn add -D @mnenie/prettier
  1. After installing, create/update .prettierrc.cjs file with content:
// default 
const { prettier } = require('@mnenie/prettier');

/** @type {import('prettier').Config} */
module.exports = prettier;
// with tailwindcss
const { prettier } = require('@mnenie/prettier');

/** @type {import('prettier').Config} */
module.exports = {
  ...prettier,
  plugins: ['prettier-plugin-tailwindcss']
};
1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago