eslint-config-eventroot
v1.0.1
Published
EventRoot's preferred eslint config
Downloads
2
Readme
eslint-config-eventroot
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/"
]
}