eslint-config-anp
TypeScript icon, indicating that this package has built-in type declarations

1.0.37 • Public • Published

eslint-config-anp

Very strict Angular & Nest & Prettier compatible eslint configuration. Comes with import, max-params-no-constructor and prettier plugins.

"Buy Me A Coffee"

Table of contents

Getting Started

npm i eslint-config-anp -D

Installation of eslint, prettier and other dependencies is not necessary. Package has them included in it's dependencies by design.

Usage

  • Create .prettierrc.js file in project's root:
module.exports = require(`eslint-config-anp/dist/prettier`);
  • Create .eslintrc.js file in project's root:
module.exports = {
    extends: [`./node_modules/eslint-config-anp`],
};

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-anp

Weekly Downloads

8

Version

1.0.37

License

none

Unpacked Size

124 kB

Total Files

41

Last publish

Collaborators

  • radarsu