@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.1.41latest

Version History

VersionDownloads (Last 7 Days)Published
2.1.41
2.1.30
2.1.20
2.1.10
2.1.00
2.0.10
2.0.00
1.3.30
1.3.20
1.3.10
1.3.00
1.2.20
1.2.10
1.2.00
1.1.10
1.1.00

Package Sidebar

Install

npm i @zenloopgmbh/eslint-config-base

Weekly Downloads

1

Version

2.1.4

License

none

Unpacked Size

8.94 kB

Total Files

5

Last publish

Collaborators

  • patsyissa
  • exelord