0.1.0 • Published 1 year ago

@smockoro/prettier-config v0.1.0

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

prettier-config

Motivation

When you create a typescript project each time, you need to configure the following settings.

  • TypeScript compilation settings
  • Lint settings for ESLint
  • TypeDoc settings
  • Prettier configuration

This is almost the same for all projects, so we want to use a common definition.

Positioning of this repository

The following configuration files are commonized in this repository and imported in each project.

  • .prettierrc

If necessary, individual projects can override the settings for their own projects.

How to import

TBD

How to publish common definitions

npm package and publish.

License

MIT

0.1.0

1 year ago