This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

1.0.13 • Public • Published

@pellegrims/eslint-config

npm package link

This package provides an opinionated shareable eslint config.

Usage

This package exports 4 ESLint configurations.

To install all peer dependencies automatically:

npx install-peerdeps --dev @pellegrims/eslint-config

@pellegrims/eslint-config/javascript

This entry points enables linting rules for javascript.

It requires the following packages:

  • eslint
  • eslint-config-prettier
  • eslint-plugin-etc
  • eslint-plugin-import
  • eslint-plugin-unicorn

@pellegrims/eslint-config/typescript

This entry points enables linting rules for typescript.

It requires the following packages:

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint
  • eslint-config-prettier
  • eslint-plugin-etc
  • eslint-plugin-import
  • eslint-plugin-rxjs

@pellegrims/eslint-config/angular

This entry points enables linting rules for angular.

It requires the following packages:

  • @angular-eslint/eslint-plugin
  • eslint-plugin-ngrx
  • eslint-plugin-rxjs-angular

@pellegrims/eslint-config/angular-template

This entry points enables linting rules for angular templates.

It requires the following packages:

  • @angular-eslint/eslint-plugin-template
  • eslint-plugin-angular-template-consistent-this

Package Sidebar

Install

npm i @pellegrims/eslint-config

Weekly Downloads

3

Version

1.0.13

License

MIT

Unpacked Size

23.5 kB

Total Files

35

Last publish

Collaborators

  • pellegrims