1.0.1 • Published 8 years ago

@dominicbarnes/eslint-config-node v1.0.1

Weekly downloads
1
License
-
Repository
-
Last release
8 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

8 years ago

1.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago