eslint-config-isaacscript 1.0.78 → 1.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/mod.js +1 -1
  2. package/package.json +1 -1
package/mod.js CHANGED
@@ -73,7 +73,7 @@ module.exports = {
73
73
  *
74
74
  * Since Isaac enums use the `SHOUTING_SNAKE_CASE` convention, this rule ensures correctness.
75
75
  */
76
- "enum-member-number-separation": "warn",
76
+ "isaacscript/enum-member-number-separation": "warn",
77
77
 
78
78
  /**
79
79
  * Documentation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",