1.0.1 • Published 2 years ago

eslint-config-eventroot v1.0.1

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

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 ✨