@geckodynamics/eslint-typescript
v9.9.3
Published
Preset of ESLint rules and configuration builder for TypeScript
Readme
This package contains simple ESLint configuration builder with preset of ESLint rules used as corporate standard for TypeScript based projects.
Installation
Create the eslint.config.mjs file in the root project directory with the following content:
import {configure} from '@geckodynamics/eslint-typescript'
export default configure();