1.1.0 • Published 8 years ago

@dominicbarnes/eslint-config-deku v1.1.0

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

@dominicbarnes/eslint-config-deku

Adds ESLint configuration for use in the deku-based projects.

Usage

In a .eslintrc, add the following:

{
  "extends": [
    "@dominicbarnes",
    "@dominicbarnes/browser"
    "@dominicbarnes/deku"
  ]
}

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.1.0

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago