Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domain7/eslint-config-domain7
https://github.com/domain7/eslint-config-domain7
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/domain7/eslint-config-domain7
- Owner: domain7
- License: mit
- Created: 2019-08-08T23:37:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:43:55.000Z (about 2 years ago)
- Last Synced: 2024-12-30T12:45:33.105Z (11 days ago)
- Language: JavaScript
- Size: 780 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-domain7
Domain7's React coding standard. Extends `eslint-config-airbnb` and applies some customizations.## Installation
First, run
```
npm i eslint @domain7/eslint-config-domain7
```Then add this to your `.eslintrc`:
```js
{
"extends": "@domain7/eslint-config-domain7"
}
```