https://github.com/conduitry/eslint-config
ESLint opinions // Mirror of https://git.chor.date/Conduitry/eslint-config
https://github.com/conduitry/eslint-config
Last synced: 10 months ago
JSON representation
ESLint opinions // Mirror of https://git.chor.date/Conduitry/eslint-config
- Host: GitHub
- URL: https://github.com/conduitry/eslint-config
- Owner: Conduitry
- License: mit
- Created: 2020-05-20T08:34:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T14:37:29.000Z (about 4 years ago)
- Last Synced: 2025-09-02T04:03:40.639Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @conduitry/eslint-config
My base ESLint config for personal projects
## Installation
This is not published to npm. Install from Git.
```
npm install -D git+https://chor.date/eslint-config
```
## Usage
Add `extends: '@conduitry'` to your ESLint config.
## License
[MIT](LICENSE)