Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliversalzburg/eslint-config
ESLint Configuration for all of my projects
https://github.com/oliversalzburg/eslint-config
eslint eslint-config eslint-configs javascript
Last synced: about 1 month ago
JSON representation
ESLint Configuration for all of my projects
- Host: GitHub
- URL: https://github.com/oliversalzburg/eslint-config
- Owner: oliversalzburg
- License: mit
- Created: 2024-06-16T14:13:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T22:51:50.000Z (about 2 months ago)
- Last Synced: 2024-09-29T01:08:38.827Z (about 2 months ago)
- Topics: eslint, eslint-config, eslint-configs, javascript
- Language: JavaScript
- Homepage:
- Size: 905 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
[![npm version](https://img.shields.io/npm/v/@oliversalzburg%2Feslint-config)](https://www.npmjs.com/package/@oliversalzburg%2Feslint-config) [![Pre-Release](https://github.com/oliversalzburg/eslint-config/actions/workflows/pre-release.yml/badge.svg)](https://github.com/oliversalzburg/eslint-config/actions/workflows/pre-release.yml)
## Release Process
```
npm version patch --message "chore: Version bump %s"
```