1.0.1 • Published 10 years ago

@dominicbarnes/eslint-config-node v1.0.1

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

@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 node@4.x, 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.

1.0.1

10 years ago

1.0.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago