Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryanj-nyc/eslint-config
https://github.com/aryanj-nyc/eslint-config
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryanj-nyc/eslint-config
- Owner: AryanJ-NYC
- Created: 2020-08-15T05:59:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T04:33:15.000Z (10 months ago)
- Last Synced: 2024-01-18T09:19:27.605Z (10 months ago)
- Language: JavaScript
- Size: 278 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eslint Config
## Installation
`yarn add @aryanjabbari/eslint-config`
or
`npm install @aryanjabbari/eslint-config`
## Usage
1. Create an `.eslintrc.json` file in the root of your project
2. For Node projects, add:```json
{
"extends": ["@aryanjabbari/eslint-config"]
}
```For React projects, add:
```json
{
"extends": ["@aryanjabbari/eslint-config/react"]
}
```