mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
Migrate from tslint to eslint for linting (#1905)
This commit is contained in:
parent
8c7a12d1b2
commit
034e2cc028
90 changed files with 1041 additions and 1104 deletions
|
@ -61,7 +61,6 @@ interface Os {
|
|||
*/
|
||||
interface Ts {
|
||||
createLanguageService: typeof ts.createLanguageService;
|
||||
/* tslint:disable-next-line:max-line-length */
|
||||
formatDiagnosticsWithColorAndContext: typeof ts.formatDiagnosticsWithColorAndContext;
|
||||
formatDiagnostics: typeof ts.formatDiagnostics;
|
||||
}
|
||||
|
@ -529,7 +528,6 @@ window.compilerMain = function compilerMain() {
|
|||
};
|
||||
};
|
||||
|
||||
/* tslint:disable-next-line:no-default-export */
|
||||
export default function denoMain() {
|
||||
export default function denoMain(): void {
|
||||
os.start("TS");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue