@dominicbarnes/eslint-config-deku

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @dominicbarnes/eslint-config-deku

Weekly Downloads

0

Version

1.1.0

License

none

Last publish

Collaborators

  • dominicbarnes