Skip to content

eventroot/eslint-config-eventroot

Repository files navigation

eslint-config-eventroot

All Contributors

This package contains EventRoot's eslint configuration used in our nodejs projects.

Installation

TBD.

Configuration in package.json

Add a configuration section to the project's package.json.

"eslintConfig": {
  "extends": [
    "eventroot"
  ],
  "root": true,
  "ignorePatterns": [
    "node_modules/",
    "test/",
    "coverage/"
  ]
}

Contributors ✨