mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: eslint config
This commit is contained in:
parent
ff8c529a18
commit
6bf915ad7b
3 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
dist
|
dist/
|
||||||
build
|
docs/
|
||||||
docs
|
node_modules/
|
||||||
node_modules
|
|
||||||
.eslintrc.js
|
.eslintrc.js
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
|
|
@ -5,6 +5,6 @@ module.exports = {
|
||||||
extends: [
|
extends: [
|
||||||
"eslint:recommended",
|
"eslint:recommended",
|
||||||
"plugin:@typescript-eslint/recommended",
|
"plugin:@typescript-eslint/recommended",
|
||||||
"eslint-config-prettier",
|
"prettier",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -179,8 +179,8 @@ export interface Lesson {
|
||||||
pupil_note_raw: string;
|
pupil_note_raw: string;
|
||||||
}
|
}
|
||||||
export type LessonsResponse = Array<Lesson>;
|
export type LessonsResponse = Array<Lesson>;
|
||||||
|
// Not sure what to call this
|
||||||
export interface LessonPupilBehaviour {
|
export interface LessonPupilBehaviour {
|
||||||
// Not sure what to call this
|
|
||||||
reason: string;
|
reason: string;
|
||||||
score: number;
|
score: number;
|
||||||
icon: string;
|
icon: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue