@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)
npm version v2.5.252
git push --tags
- Then the GitHub Actions workflow runs and publishes the package instead of you