1.0.1 • Published 6 months ago

@getracker/prettier-config v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@getracker/prettier-config

Shared Prettier configuration for GE Tracker projects. It can be included by adding the following to your package.json file:

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

If you need to override any of the rules, you can do so in your own .prettierrc.js file.

import baseConfig from '@getracker/prettier-config';

export default {
  ...baseConfig,
  semi: false,
};
1.0.1

6 months ago

1.0.0

6 months ago