eslint-config-isaacscript 1.0.77 → 1.0.80-dev.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/mod.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/eslint-config-isaacscript.svg)](https://www.npmjs.com/package/eslint-config-isaacscript)
4
4
 
5
- This is a helper configuration for ESLint that is intended to be used in IsaacScript projects.
5
+ This is a sharable configuration for ESLint that is intended to be used in TypeScript and IsaacScript projects.
6
6
 
7
7
  This package is consumed by the [`isaacscript-lint`](https://github.com/IsaacScript/isaacscript-lint) meta-linting package.
8
8
 
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": "on",
76
+ "isaacscript/enum-member-number-separation": "warn",
77
77
 
78
78
  /**
79
79
  * Documentation:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.77",
4
- "description": "An ESLint config for IsaacScript projects.",
3
+ "version": "1.0.80-dev.1",
4
+ "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/IsaacScript/eslint-config-isaacscript.git"