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

https://github.com/fireyy/eslint-config-fireyy

My eslint config.
https://github.com/fireyy/eslint-config-fireyy

Last synced: 7 months ago
JSON representation

My eslint config.

Awesome Lists containing this project

README

          

# ESLint config for fireyy

Work with [eslint](https://eslint.org)

## Features

Use [Standard](https://standardjs.com) style

- Indent with 2 spaces
- no semicolon
- Lint code blocks in Markdown
...

## Install

```bash
$ yarn add eslint eslint-config-fireyy babel-eslint -D
```

## Usage

In ESLint:

```js
{
"eslintConfig": {
"extends": ["fireyy"]
}
}
```