eslint-config-isaacscript 4.10.0 → 4.12.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.
|
@@ -193,7 +193,7 @@ const SUPPORTED_RULES = {
|
|
|
193
193
|
|
|
194
194
|
"@typescript-eslint/prefer-readonly": "error",
|
|
195
195
|
|
|
196
|
-
/** Disabled since it
|
|
196
|
+
/** Disabled since it is causes too much busy-work. */
|
|
197
197
|
"@typescript-eslint/prefer-readonly-parameter-types": "off",
|
|
198
198
|
|
|
199
199
|
"@typescript-eslint/prefer-reduce-type-parameter": "error",
|