@ngbasics/eslint-plugin
TypeScript icon, indicating that this package has built-in type declarations

13.0.5 • Public • Published

eslint-plugin

Some defaults to streamline angular/nest development.

rxjs

Includes the recommended config of eslint-plugin-rxjs

Import order

Enforces a consistent order of imports. Maintaining import order is useful to prevent merge-conflicts.

In NX workspaces the npmScope will be loaded from nx.json to separate local imports from node_modules.

Usage

Add the plugin to your .eslint.json and extend the recommended config.

{
  "plugins": ["@ngbasics"],
  "extends": ["plugin:@ngbasics/recommended"],
  "parserOptions": {
    "project": "./tsconfig.*?.json"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @ngbasics/eslint-plugin

Weekly Downloads

0

Version

13.0.5

License

none

Unpacked Size

4.12 kB

Total Files

5

Last publish

Collaborators

  • fruchtzwerg