17.1.0 • Published 4 days ago

eslint-config-nlueg-angular v17.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

eslint-config-nlueg-angular

GitHub License NPM version

This package includes a basic ESLint configuration for linting and formatting my Angular code.

As a basis I use Angular ESLint, TypeScript ESLint, eslint-config-prettier and eslint-plugin-rxjs. Also I include eslint-plugin-import and eslint-plugin-unused-imports to have beautiful imports.

I use this config basically in every Angular-Project to have less smelly and well formatted code ✨

Installation

Install the plugin with npm

  npm install eslint-config-nlueg-angular

Create .eslintrc.json at your root folder and extend from the config:

{
  "extends": "eslint-config-nlueg-angular"
}