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