diff options
Diffstat (limited to 'cli/tests/ts_decorators.ts')
-rw-r--r-- | cli/tests/ts_decorators.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/ts_decorators.ts b/cli/tests/ts_decorators.ts index 67fd0604f..95fba6cd4 100644 --- a/cli/tests/ts_decorators.ts +++ b/cli/tests/ts_decorators.ts @@ -1,4 +1,4 @@ -/* eslint-disable */ +// deno-lint-ignore-file function Decorate() { return function (constructor: any): any { |