Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideo54/eslint-config
https://github.com/hideo54/eslint-config
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideo54/eslint-config
- Owner: hideo54
- License: mit
- Created: 2021-06-19T05:04:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:12:38.000Z (about 1 month ago)
- Last Synced: 2024-10-03T16:51:41.998Z (about 1 month ago)
- Language: JavaScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @hideo54/eslint-config
[![npm version](https://badge.fury.io/js/%40hideo54%2Feslint-config.svg)](https://badge.fury.io/js/%40hideo54%2Feslint-config)
[![Release npm package](https://github.com/hideo54/eslint-config/actions/workflows/release.yml/badge.svg)](https://github.com/hideo54/eslint-config/actions/workflows/release.yml)[Available on npm!](https://www.npmjs.com/package/@hideo54/eslint-config)
## How to use
Run `npm i -D @hideo54/eslint-config` and extends your .eslintrc.json etc. like:
```
{
"extends": "@hideo54"
}
```## How to publish (note for hideo54)
1. `npm version v2.5.252`
1. `git push --tags`
1. Then the GitHub Actions workflow runs and publishes the package instead of you