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.
- package/mod.js +0 -7
- 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
|
*
|