Clascraft ESLint Plugin
- Make sure to use the following options in the rule definition
{
meta: {
docs: {
...
category: "classcraft",
recommended: true,
...
},
...
},
}
- Bump the MINOR version in
package.json
- Bump the PATCH 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