From cab8d3f13cdcc3c70efc34319c2500f0199f73b1 Mon Sep 17 00:00:00 2001 From: Surma Date: Tue, 26 Jun 2018 14:40:28 +0100 Subject: [PATCH] Allow leading underscores in private methods --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index ba19be99..241ce155 100644 --- a/tslint.json +++ b/tslint.json @@ -7,7 +7,8 @@ "jsx-boolean-value": [true, "never"], "jsx-no-multiline-js": false, "jsx-no-bind": true, - "jsx-no-lambda": true + "jsx-no-lambda": true, + "function-name": false }, "cliOptions": { "exclude": [