https://github.com/lkummer/eslint-config
My personalized ESLint configuration
https://github.com/lkummer/eslint-config
Last synced: 9 months ago
JSON representation
My personalized ESLint configuration
- Host: GitHub
- URL: https://github.com/lkummer/eslint-config
- Owner: LKummer
- Created: 2022-05-03T19:05:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T22:55:28.000Z (about 4 years ago)
- Last Synced: 2025-08-20T17:53:56.271Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LKummer's ESLint Config
Personalized ESLint config, mostly fixing potential errors.
Works well with [Prettier](https://prettier.io/).
## Usage
Install using NPM:
```
npm install --save-dev @lkummer/eslint-config
```
Add the config to the `extends` section of your ESLint config:
```json
{
"extends": ["@lkummer"]
}
```