@typescript-eslint/eslint-plugin 6.7.6-alpha.0 → 6.7.6-alpha.2
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.
|
@@ -289,9 +289,11 @@ You may pass function/method names you would like this rule to ignore, like so:
|
|
|
289
289
|
}
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
### `
|
|
292
|
+
### `allowIIFEs`
|
|
293
293
|
|
|
294
|
-
Examples of code for this rule with `{
|
|
294
|
+
Examples of code for this rule with `{ allowIIFEs: true }`:
|
|
295
|
+
|
|
296
|
+
<!--tabs-->
|
|
295
297
|
|
|
296
298
|
#### ❌ Incorrect
|
|
297
299
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "6.7.6-alpha.
|
|
3
|
+
"version": "6.7.6-alpha.2+e50d1a39a",
|
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@eslint-community/regexpp": "^4.5.1",
|
|
60
|
-
"@typescript-eslint/scope-manager": "6.7.6-alpha.
|
|
61
|
-
"@typescript-eslint/type-utils": "6.7.6-alpha.
|
|
62
|
-
"@typescript-eslint/utils": "6.7.6-alpha.
|
|
63
|
-
"@typescript-eslint/visitor-keys": "6.7.6-alpha.
|
|
60
|
+
"@typescript-eslint/scope-manager": "6.7.6-alpha.2+e50d1a39a",
|
|
61
|
+
"@typescript-eslint/type-utils": "6.7.6-alpha.2+e50d1a39a",
|
|
62
|
+
"@typescript-eslint/utils": "6.7.6-alpha.2+e50d1a39a",
|
|
63
|
+
"@typescript-eslint/visitor-keys": "6.7.6-alpha.2+e50d1a39a",
|
|
64
64
|
"debug": "^4.3.4",
|
|
65
65
|
"graphemer": "^1.4.0",
|
|
66
66
|
"ignore": "^5.2.4",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@types/natural-compare": "*",
|
|
75
75
|
"@types/prettier": "*",
|
|
76
76
|
"@typescript-eslint/rule-schema-to-typescript-types": "6.7.5",
|
|
77
|
-
"@typescript-eslint/rule-tester": "6.7.6-alpha.
|
|
77
|
+
"@typescript-eslint/rule-tester": "6.7.6-alpha.2+e50d1a39a",
|
|
78
78
|
"ajv": "^6.12.6",
|
|
79
79
|
"chalk": "^5.3.0",
|
|
80
80
|
"cross-fetch": "*",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"type": "opencollective",
|
|
104
104
|
"url": "https://opencollective.com/typescript-eslint"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "e50d1a39a057b006b99bb47718122728b319eb92"
|
|
107
107
|
}
|