@dominicbarnes/eslint-config-node
v1.0.1
Published
ESLint configuration for use in node projects
Readme
@dominicbarnes/eslint-config-node
Adds ESLint configuration for use in the node.js environment.
Usage
In a .eslintrc, add the following:
{
"extends": [
"@dominicbarnes",
"@dominicbarnes/node"
]
}This assumes [email protected], and adds the ecmaFeatures that are supported according to the
ES6 documentation.
This also intentionally leaves out @dominicbarnes as the base plugin, so it needs to be added
to any project's root .eslintrc manually.
