1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

style: eslint

This commit is contained in:
James Cook 2022-01-31 22:38:17 +00:00
parent 0801d3aae0
commit df58288b2c
6 changed files with 1146 additions and 3 deletions

View file

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
export interface Student {
id: number;
name: string;