From a7251f6dc75798793a9ba8f39231ae7113fabff7 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 22 Feb 2019 09:52:12 +0000 Subject: [PATCH] Update tslint. --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 1d970d9..7648272 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,7 @@ { "extends": ["tslint:recommended", "tslint-react"], "rules": { + "no-console": [true, "error"], "interface-name": [true, "never-prefix"], "ordered-imports": false, "jsx-curly-spacing": [true, "never"],