Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/eslint-config
My eslint config
https://github.com/hokaccha/eslint-config
Last synced: about 2 months ago
JSON representation
My eslint config
- Host: GitHub
- URL: https://github.com/hokaccha/eslint-config
- Owner: hokaccha
- Created: 2016-03-19T15:02:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T14:16:45.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T23:15:05.639Z (3 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config
My eslint config set.
## Usage
```
$ npm install --save-dev eslint @hokaccha/eslint-config
``````json
{
"extends": ["@hokaccha/eslint-config"]
}
```### with React
```
$ npm install --save-dev eslint eslint-plugin-react @hokaccha/eslint-config
``````json
{
"extends": [
"@hokaccha/eslint-config",
"@hokaccha/eslint-config/react"
]
}
```## License
MIT