Fix ESLinting errors and remove TSLint
This commit is contained in:
@ -5,7 +5,6 @@ import { Document } from "./index";
|
||||
describe("Index", () => {
|
||||
describe("Document", () => {
|
||||
it("should instantiate the Document", () => {
|
||||
// tslint:disable-next-line: no-unused-expression
|
||||
expect(
|
||||
new Document({
|
||||
sections: [],
|
||||
|
Reference in New Issue
Block a user