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

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

An opinionated code style configuration for eslint
https://github.com/csalih/eslint-config

eslint eslint-config eslint-rules

Last synced: 4 months ago
JSON representation

An opinionated code style configuration for eslint

Awesome Lists containing this project

README

          

# eslint-config

> NOTE: This config is still work in progress

## Usage

For a React project add following to `.eslintrc.json`:
```json
{
"extends": [
"@csalih/eslint-config",
"@csalih/eslint-config/react"
],

"env": {
"browser": true
}
}
```