diff --git a/public/app/features/panel/partials/panel.html b/public/app/features/panel/partials/panel.html
deleted file mode 100644
index b5228840687..00000000000
--- a/public/app/features/panel/partials/panel.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
diff --git a/tslint.json b/tslint.json
index e96690320c9..04d04bc48d3 100644
--- a/tslint.json
+++ b/tslint.json
@@ -23,7 +23,7 @@
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
- "no-empty": true,
+ "no-empty": false,
"no-eval": true,
"no-inferrable-types": true,
"no-shadowed-variable": false,