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
- Host: GitHub
- URL: https://github.com/csalih/eslint-config
- Owner: CSalih
- License: mit
- Created: 2022-10-08T14:56:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T17:45:31.000Z (over 3 years ago)
- Last Synced: 2025-01-31T22:06:38.847Z (over 1 year ago)
- Topics: eslint, eslint-config, eslint-rules
- Language: JavaScript
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
}
```