1.2.3 • Published 6 years ago

@instaffogmbh/eslint-config-instaffo v1.2.3

Weekly downloads
89
License
MIT
Repository
gitlab
Last release
6 years ago

@instaffogmbh/eslint-config-instaffo

The eslint config we use at Instaffo.

Usage

  1. npm install --save-dev @instaffogmbh/eslint-config-instaffo
  2. In your module's package.json, add

      "eslintConfig": { "extends": "@instaffogmbh/eslint-config-instaffo" },
      "scripts": {
        "justlint": "eslint --ext .mjs,.js . && echo '+OK 👍'",
        "lint": "eslint --ext .mjs,.js --fix . && echo '+OK 👍'",
      },
    • Unfortunately, even in eslint v6.3.0, --ext still is the only way to configure which extensions to scan.
  3. npm run lint

 

License

MIT

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago