@zenloopgmbh/eslint-config-babel

0.4.6 • Public • Published

@zenloopgmbh/eslint-config-babel

This config configures all recommended Eslint rules by Zenloop for babel projects.

Installation

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

Usage

In eslintrc.js file add:

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

Development

To update plugins and the rules:

  1. Update all plugins packages to the latest

  2. Run npm test inside of the package directory.

  3. Apply missing rules and remove deprecated ones.

  4. Go to https://github.com/babel/babel/tree/main/eslint/babel-eslint-plugin 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-babel/

    Package Sidebar

    Install

    npm i @zenloopgmbh/eslint-config-babel

    Weekly Downloads

    1

    Version

    0.4.6

    License

    none

    Unpacked Size

    2.03 kB

    Total Files

    3

    Last publish

    Collaborators

    • patsyissa
    • exelord