the-web-team / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Web Team ESLint Config

Installation

pnpm i https://github.com/the-web-team/eslint-config

Install Updates

This should install updates for the package after cache TTL runs out.

pnpm i

If you have issues getting the latest version try:

pnpm i https://github.com/the-web-team/eslint-config --force

How can I force it to stay on a specific version

You can set a specific commit hash in your package.json.

{
  "devDependencies": {
    "@the-web-team/eslint-config": "github:the-web-team/eslint-config#{COMMIT_HASH}"
  }
}

Contributing Guidelines

  • Always bump the version by 1 major version each time you make any changes.

About


Languages

Language:JavaScript 100.0%