3.2.0 • Published 2 months ago

@meteorlxy/prettier-config v3.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 months ago

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
  ],
};
3.2.0

2 months ago

3.0.0

2 months ago

2.11.0

2 years ago

2.7.0

2 years ago

2.3.0

3 years ago

2.0.0

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago