Skip to content

the-web-team/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published