2.0.0 • Published 3 years ago

@thbx/eslint-config-typescript v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ESLint configuration for TypeScript projects

Build

This is the standard ESLint configuration we use for TypeScript projects at The Box Escape Rooms.

Usage

  1. Install the package

    npm install --save-dev @thbx/eslint-config-typescript
  2. Write this in your project's .eslintrc.yaml:

    extends:
      - "@thbx/eslint-config-typescript"