From 199fd5ec0bd0a494c82062abd60d7656d9e910ff Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:29:31 -0700 Subject: [PATCH] [bootstrap-colorpicker] Remove unused lint exceptions (#48011) --- types/bootstrap-colorpicker/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/types/bootstrap-colorpicker/tslint.json b/types/bootstrap-colorpicker/tslint.json index 2e658efdef..73c50b0264 100644 --- a/types/bootstrap-colorpicker/tslint.json +++ b/types/bootstrap-colorpicker/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "eofline": false, "no-consecutive-blank-lines": false, "no-trailing-whitespace": false, "unified-signatures": false