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