4.0.6 • Published 5 months ago

@pagopa/eslint-config v4.0.6

Weekly downloads
224
License
-
Repository
github
Last release
5 months ago

@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"
      }
    }
4.0.5

5 months ago

4.0.4

6 months ago

4.0.6

5 months ago

4.0.3

6 months ago

4.0.2

7 months ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.0

4 years ago

1.2.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago