1.0.5-beta.4 • Published 2 years ago

eslint-config-envase-connect v1.0.5-beta.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ESLint-Config-Envase-Connect

This package is the common source for ESLint rules for Envase Connect.

To install, please run the following command

npm i -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-import eslint-plugin-no-null eslint-plugin-prefer-arrow eslint-plugin-unicorn eslint-config-envase-connect

To override a rule, simply add a rule to your .eslintrc

ex:

{
    "extends": [
        "eslint-config-envase"
    ],
    "rules": {
        "no-console": "warn"
    }
}