0.1.0 • Published 1 year ago

@smockoro/eslint-config v0.1.0

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

eslint-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

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.

  • eslintrc

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