https://github.com/arnellebalane/eslint-config-arnellebalane
My personal ESLint configuration
https://github.com/arnellebalane/eslint-config-arnellebalane
eslint eslint-config
Last synced: 3 months ago
JSON representation
My personal ESLint configuration
- Host: GitHub
- URL: https://github.com/arnellebalane/eslint-config-arnellebalane
- Owner: arnellebalane
- License: mit
- Created: 2017-06-10T08:34:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T12:49:33.000Z (about 4 years ago)
- Last Synced: 2025-02-17T13:39:20.715Z (3 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# eslint-config-arnellebalane
My personal ESLint configuration.
## Installation
```bash
$ yarn add --dev eslint-config-arnellebalane // or:
$ npm install --save-dev eslint-config-arnellebalane
```## Usage
```js
// .eslintrc
{
"extends": "arnellebalane",
"rules": {
// your overrides for my rules
}
}
```## License
MIT License