Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pagopa/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pagopa/eslint-config

This package provides PagoPA's `eslint.config.js` as an extensible shared config.

  • 4.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by6.14%
Maintainers
5
Weekly downloads
 
Created
Source

@pagopa/eslint-config

This package provides PagoPA's eslint.config.js as an extensible shared config.

Usage

  1. Install eslint and @pagopa/eslint-config

    yarn add -D eslint @pagopa/eslint-config
    
  2. Create a file names eslint.config.js at the root of your workspace with the following content

    [!TIP]
    If your workspace uses CommonJS, name this file eslint.config.mjs

    import pagopa from "@pagopa/eslint-config";
    
    export default [...pagopa];
    
  3. Add lint and lint:check scripts in your package.json

    {
      "scripts": {
        "lint": "eslint --fix src",
        "lint:check": "eslint src"
      }
    }
    

FAQs

Package last updated on 27 May 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc