Add eslint and prettier support

This commit is contained in:
Joseph Garrone 2020-05-27 22:02:44 +02:00
parent 95d413a2ce
commit 89f37d738b
20 changed files with 1971 additions and 170 deletions

View file

@ -1,17 +1,7 @@
import { assert } from "evt/tools/typeSafety";
import * as inDepth from "evt/tools/inDepth";
import { myObject } from "..";
assert(
inDepth.same(
myObject,
{ "p": "FOO" }
)
);
assert(inDepth.same(myObject, { "p": "FOO" }));
console.log("PASS");