4.0.0 • Published 3 years ago

@trazable/eslint-config v4.0.0

Weekly downloads
56
License
ISC
Repository
github
Last release
3 years ago

Trazable ESlint Config

NPM

Description

Trazable global config ESlint repository.

How to use

To use the eslint trazable module you must follow the next steps:

  • Step 1:
    • In your new project, download the module with the next command: npm install @trazable/eslint-config
  • Step 2:

    • Put in to your package.json the next property with the module downloaded:
      "eslintConfig":{
        "extends": ["@trazable/eslint-config"]
      }

To use specific eslint configurations:

  "eslintConfig":{
    "extends": ["@trazable/eslint-config/typescript", "@trazable/eslint-config/backend" ...]
  }