Skip to content

classcraft/classcraft-eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-classcraft

Clascraft ESLint Plugin

When you add a rule

  • Make sure to use the following options in the rule definition
{
    meta: {
        docs: {
            ...
            category: "classcraft",
            recommended: true,
            ...
        },
        ...
    },
}
  • Bump the MINOR version in package.json

When you modify an existing rule

  • Bump the PATCH version in package.json

When you bump the version in package.json

  • Create a release matching the new version number in the repository
  • Update the hash part of the package URI in the package.json of Game to match the new version number
  • Run meteor npm install for Game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published