1.1.1 • Published 10 months ago

@hideo54/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@hideo54/eslint-config

npm version Release npm package

Available on npm!

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
  2. git push --tags
  3. Then the GitHub Actions workflow runs and publishes the package instead of you