4.0.0 • Published 11 months ago

@meteorlxy/prettier-config v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 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.8.0

1 year ago

4.0.0

11 months ago

3.2.0

1 year ago

3.0.0

1 year ago

2.11.0

3 years ago

2.7.0

3 years ago

2.3.0

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago