eslint-config-isaacscript 4.3.0 → 4.4.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.
Files changed (2) hide show
  1. package/mod.js +0 -8
  2. package/package.json +1 -1
package/mod.js CHANGED
@@ -189,14 +189,6 @@ const config = {
189
189
  */
190
190
  "unicorn/prefer-math-trunc": "off",
191
191
 
192
- /**
193
- * Defined at: base-unicorn.js
194
- *
195
- * TypeScriptToLua supports `parseInt`, but not `Number.parseInt`:
196
- * https://github.com/TypeScriptToLua/TypeScriptToLua/issues/1471
197
- */
198
- "unicorn/prefer-number-properties": "off",
199
-
200
192
  /**
201
193
  * Defined at: base-eslint.js
202
194
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",