@typescript-eslint/rule-tester 8.41.1-alpha.8 → 8.41.1-alpha.9
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/dist/RuleTester.js +2 -2
- package/package.json +4 -4
package/dist/RuleTester.js
CHANGED
|
@@ -569,8 +569,8 @@ class RuleTester extends TestFramework_1.TestFramework {
|
|
|
569
569
|
(0, config_validator_1.validate)(config, RULE_TESTER_PLUGIN, id => (id === ruleName ? rule : null));
|
|
570
570
|
// Verify the code.
|
|
571
571
|
let initialMessages = null;
|
|
572
|
-
let messages
|
|
573
|
-
let fixedResult
|
|
572
|
+
let messages;
|
|
573
|
+
let fixedResult;
|
|
574
574
|
let passNumber = 0;
|
|
575
575
|
const outputs = [];
|
|
576
576
|
const configWithoutCustomKeys = (0, omitCustomConfigProperties_1.omitCustomConfigProperties)(config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/rule-tester",
|
|
3
|
-
"version": "8.41.1-alpha.
|
|
3
|
+
"version": "8.41.1-alpha.9",
|
|
4
4
|
"description": "Tooling to test ESLint rules",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
},
|
|
45
45
|
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@typescript-eslint/parser": "8.41.1-alpha.
|
|
48
|
-
"@typescript-eslint/typescript-estree": "8.41.1-alpha.
|
|
49
|
-
"@typescript-eslint/utils": "8.41.1-alpha.
|
|
47
|
+
"@typescript-eslint/parser": "8.41.1-alpha.9",
|
|
48
|
+
"@typescript-eslint/typescript-estree": "8.41.1-alpha.9",
|
|
49
|
+
"@typescript-eslint/utils": "8.41.1-alpha.9",
|
|
50
50
|
"ajv": "^6.12.6",
|
|
51
51
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
52
52
|
"lodash.merge": "4.6.2",
|