@meteorlxy/prettier-config
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

Prettier Config

Install

npm i -D @meteorlxy/prettier-config

Usage

In package.json:

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

In prettier.config.js:

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

export default {
  ...meteorlxy,
  // options

  overrides: [
    ...meteorlxy.overrides,
    // overrides
  ],
};

Package Sidebar

Install

npm i @meteorlxy/prettier-config

Weekly Downloads

19

Version

3.2.0

License

MIT

Unpacked Size

9.46 kB

Total Files

8

Last publish

Collaborators

  • meteorlxy