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

https://github.com/starryinternet/eslint-config-starry


https://github.com/starryinternet/eslint-config-starry

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# eslint-config-starry

Starry JavaScript Styleguide for ESLint.

Based heavily on [Idiomatic.js](https://github.com/rwaldron/idiomatic.js/),
with some additional rules to enfore ES6 features like using `let` or `const`
instead of `var`.

### Usage

`npm install @starryinternet/eslint-config-starry @starryinternet/eslint-plugin-starry --save-dev`

Then drop an `.eslintrc` file in your project root that looks like this:

```json
{
"root": true,
"extends": "@starryinternet/starry"
}
```