eslint-config-isaacscript 4.13.0 → 4.14.0
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.
package/configs/base-jsdoc.js
CHANGED
|
@@ -171,8 +171,8 @@ const SUPPORTED_RULES = {
|
|
|
171
171
|
},
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
// We disable this for renamed properties,
|
|
175
|
-
//
|
|
174
|
+
// We disable this for renamed properties, since code like the following should be valid:
|
|
175
|
+
// `const someSpecificMyEnum = MyEnum.Value1;`
|
|
176
176
|
enforceForRenamedProperties: false,
|
|
177
177
|
},
|
|
178
178
|
],
|