Update prettier to latest. Remove tslint (#1641)

* Rev up prettier

* Reformat

* Remove deprecated tslint

* Remove call to tslint and update package-lock.json
This commit is contained in:
Laurent Nguyen
2023-10-03 15:13:24 +00:00
committed by GitHub
parent e3c168b7be
commit 90c1439d34
311 changed files with 1899 additions and 2194 deletions

View File

@@ -237,7 +237,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -262,7 +262,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -287,7 +287,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -310,7 +310,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -333,7 +333,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -358,7 +358,7 @@ describe("Gallery", () => {
[authorizationHeader.header]: authorizationHeader.token,
[HttpHeaders.contentType]: "application/json",
},
}
},
);
});
@@ -396,7 +396,7 @@ describe("Gallery", () => {
content: JSON.parse(content),
addLinkToNotebookViewer,
} as IPublishNotebookRequest),
}
},
);
});
});