From 9c56dce49805cba6860d1a5cf05359d99cf79f33 Mon Sep 17 00:00:00 2001 From: Nathan Poirier Date: Thu, 14 Oct 2021 00:19:54 +0200 Subject: [PATCH] Update tslint.json --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 1697709..c2f7948 100644 --- a/tslint.json +++ b/tslint.json @@ -25,7 +25,6 @@ "linebreak-style": [true, "LF"], "no-inferrable-types": true, "no-internal-module": true, - "no-null-keyword": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": [true, "ignore-template-strings"], "no-unnecessary-qualifier": true,