You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are great if you don't know how many values you will receive and it can be an
37
45
arbitrary number, but in this case you know how many values you want.
38
-
`('javascript.generic.unexpected_splat_args')
46
+
`('javascript.general.unexpected_splat_args')
39
47
40
48
exportconstPREFER_TEMPLATED_STRINGS=factory`
41
49
You're manually building a string using string concatenation. You can use a
@@ -46,7 +54,7 @@ instead and interpolate dynamic values:
46
54
"Hello there \${firstName}, I will give you \${calculateInventory()} apples."
47
55
\`\`\`
48
56
49
-
`('typescrypt.generic.prefer_templated_strings')
57
+
`('typescrypt.general.prefer_templated_strings')
50
58
51
59
exportconstPREFER_STRICT_EQUALITY=factory`
52
60
In _JavaScript_, always prefer [strict (identity and non-identity) equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Identity)
@@ -57,7 +65,7 @@ unless you explicitly want to coerce the type of one of the two operands.
57
65
58
66
There are definitely cases where you'll want to use non-strict equality, but
"message": "In _JavaScript_, always prefer [strict (identity and non-identity) equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Identity)
168
168
suchas \`===\` and \`!==\` overtheformsthatuseimplicittypecoercion,
169
169
such as [\`==\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Equality)
@@ -203,7 +203,7 @@ exports[`When running analysis on two-fer fixtures and expecting it to disapprov
"message": "In _JavaScript_, always prefer [strict (identity and non-identity) equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Identity)
208
208
suchas \`===\` and \`!==\` overtheformsthatuseimplicittypecoercion,
209
209
such as [\`==\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Equality)
@@ -325,7 +325,7 @@ exports[`When running analysis on two-fer fixtures and expecting it to disapprov
"message": "In _JavaScript_, always prefer [strict (identity and non-identity) equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Identity)
330
330
suchas \`===\` and \`!==\` overtheformsthatuseimplicittypecoercion,
331
331
such as [\`==\`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comparison_Operators#Equality)
@@ -385,15 +385,15 @@ exports[`When running analysis on two-fer fixtures and expecting it to disapprov
0 commit comments