aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/whitespaceRule.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tslint/lib/rules/whitespaceRule.js')
-rw-r--r--node_modules/tslint/lib/rules/whitespaceRule.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/tslint/lib/rules/whitespaceRule.js b/node_modules/tslint/lib/rules/whitespaceRule.js
index 67a8bdfb9..baae7ec33 100644
--- a/node_modules/tslint/lib/rules/whitespaceRule.js
+++ b/node_modules/tslint/lib/rules/whitespaceRule.js
@@ -59,6 +59,7 @@ var Rule = /** @class */ (function (_super) {
optionExamples: [[true, "check-branch", "check-operator", "check-typecast"]],
type: "style",
typescriptOnly: false,
+ hasFix: true,
};
Rule.FAILURE_STRING_MISSING = "missing whitespace";
Rule.FAILURE_STRING_INVALID = "invalid whitespace";