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