Skip to content

dominicbarnes/eslint-config-deku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESLint configuration for use in deku projects

Resources

Stars

Watchers

Forks

Packages

No packages published