This package provides an opinionated shareable eslint config for Typescript & Javascript.
This package exports 2 ESLint configurations.
To install all peer dependencies automatically:
npx install-peerdeps --dev @pellegrims/eslint-config-base
This entry points enables linting rules for javascript.
It requires the following packages:
eslint
eslint-plugin-etc
eslint-plugin-import
eslint-plugin-unicorn
This entry points enables linting rules for typescript.
It requires the following packages:
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint
eslint-plugin-etc
eslint-plugin-import
eslint-plugin-rxjs