remove more unused tslint directives

This commit is contained in:
Johannes Rieken
2020-01-03 08:14:23 +01:00
parent 769bbe2dde
commit 09ee89ca87
8 changed files with 0 additions and 10 deletions
@@ -54,7 +54,6 @@ export abstract class SimpleFindWidget extends Widget {
return null;
}
try {
/* tslint:disable-next-line:no-unused-expression */
new RegExp(value);
return null;
} catch (e) {