Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelbrain/eslint-config
My eslintrc
https://github.com/steelbrain/eslint-config
Last synced: 10 days ago
JSON representation
My eslintrc
- Host: GitHub
- URL: https://github.com/steelbrain/eslint-config
- Owner: steelbrain
- License: mit
- Created: 2015-08-05T15:05:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:30:31.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T01:31:53.440Z (about 2 months ago)
- Language: JavaScript
- Size: 393 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
eslintrc
========My personal eslintrc, I've created a repo for it so I don't have to copy-paste this
everywhere. It includes ESLint CLI, Prettier CLI, and Prettier ESLint config.## Installation
```
npm install --save-dev eslint-config-steelbrain
```Then create a configuration file `.eslintrc.json` and fill it with the following contents
```json
{
"extends": "steelbrain"
}
```and You're good to go! Happy ESLinting!
## Installation Notes
This ESLint configuration has the necessary plugins, even the **ESLint CLI** itself. So
you should remove/not install it in your project, the flat dependency installation
will make sure the ESLint CLI from this package is accessible to `npm run` etc.### License
This project is licensed under the terms of MIT License. See the LICENSE file for more info.