2.0.0 • Published 3 years ago
@thbx/eslint-config-typescript v2.0.0
ESLint configuration for TypeScript projects
This is the standard ESLint configuration we use for TypeScript projects at The Box Escape Rooms.
Usage
Install the package
npm install --save-dev @thbx/eslint-config-typescript
Write this in your project's
.eslintrc.yaml
:extends: - "@thbx/eslint-config-typescript"