1.1.0 • Published 9 years ago

@dominicbarnes/eslint-config-deku v1.1.0

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

9 years ago

1.0.0

9 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago