File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { FlatCompat } from "@eslint/eslintrc" ;
2+ import js from "@eslint/js" ;
13import typescriptEslint from "@typescript-eslint/eslint-plugin" ;
4+ import tsParser from "@typescript-eslint/parser" ;
25import prettier from "eslint-plugin-prettier" ;
36import sortClassMembers from "eslint-plugin-sort-class-members" ;
47import globals from "globals" ;
5- import tsParser from "@typescript-eslint/parser" ;
68import path from "node:path" ;
79import { fileURLToPath } from "node:url" ;
8- import js from "@eslint/js" ;
9- import { FlatCompat } from "@eslint/eslintrc" ;
1010
1111const __filename = fileURLToPath ( import . meta. url ) ;
1212const __dirname = path . dirname ( __filename ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { Logger } from "../utilities";
44import { combineApiExerciseData } from "../utilities/apiData" ;
55import { refreshLocalExercises } from "./refreshLocalExercises" ;
66import { ActionContext } from "./types" ;
7- import { use } from "chai" ;
87import { Err , Ok , Result } from "ts-results" ;
98
109/**
Original file line number Diff line number Diff line change 1- import { LocalExercise , LocalTmcExercise } from "../../shared/langsSchema" ;
1+ import { LocalTmcExercise } from "../../shared/langsSchema" ;
22
33const checkExerciseUpdates : Array < { id : number } > = [ { id : 2 } ] ;
44
Original file line number Diff line number Diff line change 11import TMC from "../../api/tmc" ;
22import {
33 DownloadOrUpdateTmcCourseExercisesResult ,
4- LocalExercise ,
54 LocalTmcExercise ,
65} from "../../shared/langsSchema" ;
76import {
You can’t perform that action at this time.
0 commit comments