https://github.com/electerious/eslint-config
ESLint configuration for my personal projects.
https://github.com/electerious/eslint-config
Last synced: about 1 year ago
JSON representation
ESLint configuration for my personal projects.
- Host: GitHub
- URL: https://github.com/electerious/eslint-config
- Owner: electerious
- License: mit
- Created: 2019-10-14T09:08:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T15:17:38.000Z (over 1 year ago)
- Last Synced: 2025-04-03T09:41:36.450Z (about 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint configuration

Shareable ESLint configuration for my personal projects.
## Install
Install this package. It already includes ESLint and the necessary plugins.
```
npm install --save-dev @electerious/eslint-config
```
## Usage
Create a file named `.eslintrc.json` with following contents in the root folder of your project:
```json
{
"extends": "@electerious/eslint-config"
}
```
That's it! You can override the settings by editing the `.eslintrc.json` file.