eslint-config-isaacscript 4.10.0 → 4.11.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 can obfuscate the intended input types of a function. */
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",