Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominicbarnes/eslint-config-deku

ESLint configuration for use in deku projects
https://github.com/dominicbarnes/eslint-config-deku

Last synced: 1 day ago
JSON representation

ESLint configuration for use in deku projects

Awesome Lists containing this project

README

        

# @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 [email protected], and adds the `ecmaFeatures` that are supported according to the
[ES6 documentation](https://nodejs.org/en/docs/es6).

This also intentionally leaves out `@dominicbarnes` as the base plugin, so it needs to be added
to any project's root `.eslintrc` manually.