Socket
Socket
Sign inDemoInstall

eslint-config-anp

Package Overview
Dependencies
350
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-anp

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


Version published
Maintainers
1
Created

Readme

Source

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`],
};

FAQs

Last updated on 24 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc