@zenloopgmbh/eslint-config-base

2.1.4 • Public • Published

@zenloopgmbh/eslint-config-base

This config configures all recommended Eslint rules by Zenloop.

Installation

npm i -D @zenloopgmbh/eslint-config-base

Usage

In eslintrc.js file add:

{
  "extends": [
    "@zenloopgmbh/base"
  ]
}

Development

To update Eslint and the rules:

  1. Update eslint package to the latest (peerDependency and devDependency)

  2. Run npm test inside of the package directory.

  3. Apply missing rules and remove deprecated ones.

  4. Go to https://eslint.org/docs/rules/ and verify that each category has it's own file in /lib directory.

  5. In case of the category is missing a file, first add a new test and then create a file with new rules.

/@zenloopgmbh/eslint-config-base/

    Package Sidebar

    Install

    npm i @zenloopgmbh/eslint-config-base

    Weekly Downloads

    4

    Version

    2.1.4

    License

    none

    Unpacked Size

    8.94 kB

    Total Files

    5

    Last publish

    Collaborators

    • patsyissa
    • exelord