https://github.com/csimi/eslint-config
My eslint config as a package
https://github.com/csimi/eslint-config
Last synced: 10 months ago
JSON representation
My eslint config as a package
- Host: GitHub
- URL: https://github.com/csimi/eslint-config
- Owner: csimi
- License: isc
- Created: 2019-04-17T16:50:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:21:55.000Z (almost 3 years ago)
- Last Synced: 2025-08-22T09:05:16.384Z (10 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@csimi/eslint-config)
[](https://github.com/csimi/eslint-config/actions)
# About
This is my eslint config as a package. It's probably not very interesting for anyone else.
The stylistic rules are geared towards being super-consistent.
# Usage
Install using npm:
```
$ npm install @csimi/eslint-config --save-dev
```
Extend @csimi/eslint-config in your .eslintrc file.
```
"extends": [
"@csimi/eslint-config"
],
```
# Peer dependencies
```
$ npm install eslint@8 --save-dev
```