mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
Eslint fixes (denoland/deno_std#356)
Make warnings fail
Original: 4543b563a9
This commit is contained in:
parent
e1f7a60bb3
commit
dcd01dd025
88 changed files with 948 additions and 806 deletions
|
@ -3,7 +3,7 @@ import { test } from "../testing/mod.ts";
|
|||
import { assertEquals, assert } from "../testing/asserts.ts";
|
||||
import { deepAssign } from "./deep_assign.ts";
|
||||
|
||||
test(function deepAssignTest() {
|
||||
test(function deepAssignTest(): void {
|
||||
const date = new Date("1979-05-27T07:32:00Z");
|
||||
const reg = RegExp(/DENOWOWO/);
|
||||
const obj1 = { deno: { bar: { deno: ["is", "not", "node"] } } };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue