From 56faf619d0913fe3e75720d5f6656bd62f38845c Mon Sep 17 00:00:00 2001 From: Surma Date: Tue, 26 Jun 2018 14:44:31 +0100 Subject: [PATCH] Allow leading underscores on variable names --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 241ce155..fc460d4f 100644 --- a/tslint.json +++ b/tslint.json @@ -8,7 +8,8 @@ "jsx-no-multiline-js": false, "jsx-no-bind": true, "jsx-no-lambda": true, - "function-name": false + "function-name": false, + "variable-name": [true, "check-format", "allow-leading-underscore"] }, "cliOptions": { "exclude": [