@typescript-eslint/eslint-plugin 8.12.3-alpha.10 → 8.12.3-alpha.11
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.
@@ -174,6 +174,8 @@ Also, if you would like to ignore all primitives types, you can set `ignorePrimi
|
|
174
174
|
|
175
175
|
### `ignoreBooleanCoercion`
|
176
176
|
|
177
|
+
{/* insert option description */}
|
178
|
+
|
177
179
|
Whether to ignore expressions that coerce a value into a boolean: `Boolean(...)`.
|
178
180
|
|
179
181
|
Incorrect code for `ignoreBooleanCoercion: false`, and correct code for `ignoreBooleanCoercion: true`:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
3
|
-
"version": "8.12.3-alpha.
|
3
|
+
"version": "8.12.3-alpha.11",
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -61,10 +61,10 @@
|
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
63
|
"@eslint-community/regexpp": "^4.10.0",
|
64
|
-
"@typescript-eslint/scope-manager": "8.12.3-alpha.
|
65
|
-
"@typescript-eslint/type-utils": "8.12.3-alpha.
|
66
|
-
"@typescript-eslint/utils": "8.12.3-alpha.
|
67
|
-
"@typescript-eslint/visitor-keys": "8.12.3-alpha.
|
64
|
+
"@typescript-eslint/scope-manager": "8.12.3-alpha.11",
|
65
|
+
"@typescript-eslint/type-utils": "8.12.3-alpha.11",
|
66
|
+
"@typescript-eslint/utils": "8.12.3-alpha.11",
|
67
|
+
"@typescript-eslint/visitor-keys": "8.12.3-alpha.11",
|
68
68
|
"graphemer": "^1.4.0",
|
69
69
|
"ignore": "^5.3.1",
|
70
70
|
"natural-compare": "^1.4.0",
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"@types/marked": "^5.0.2",
|
76
76
|
"@types/mdast": "^4.0.3",
|
77
77
|
"@types/natural-compare": "*",
|
78
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "8.12.3-alpha.
|
79
|
-
"@typescript-eslint/rule-tester": "8.12.3-alpha.
|
78
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "8.12.3-alpha.11",
|
79
|
+
"@typescript-eslint/rule-tester": "8.12.3-alpha.11",
|
80
80
|
"ajv": "^6.12.6",
|
81
81
|
"cross-env": "^7.0.3",
|
82
82
|
"cross-fetch": "*",
|