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.
- Host: GitHub
- URL: https://github.com/fireyy/eslint-config-fireyy
- Owner: fireyy
- Created: 2017-12-12T02:04:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T02:28:12.000Z (over 8 years ago)
- Last Synced: 2025-09-23T04:17:29.550Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
}
```