Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dominicbarnes/eslint-config-deku
- Owner: dominicbarnes
- Created: 2015-08-02T22:47:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T22:50:58.000Z (over 8 years ago)
- Last Synced: 2024-10-19T23:24:06.654Z (21 days ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
- awesome-deku - eslint-deku - ESLint configuration for use in deku projects (Miscellaneous)
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.