eslint-config-nlueg-angular

17.1.0 • Public • Published

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"
}

Package Sidebar

Install

npm i eslint-config-nlueg-angular

Weekly Downloads

81

Version

17.1.0

License

MIT

Unpacked Size

9.5 kB

Total Files

4

Last publish

Collaborators

  • nico.lueg