eslint-config-isaacscript 4.1.0 → 4.2.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 -7
  2. package/package.json +1 -1
package/mod.js CHANGED
@@ -182,13 +182,6 @@ const config = {
182
182
  */
183
183
  "unicorn/no-null": "off",
184
184
 
185
- /**
186
- * Defined at: base-unicorn.js
187
- *
188
- * TypeScriptToLua does not support the `Array.at` method.
189
- */
190
- "unicorn/prefer-at": "off",
191
-
192
185
  /**
193
186
  * Defined at: base-unicorn.js
194
187
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",