add lint js

This commit is contained in:
Romulus21
2024-03-06 09:42:12 +01:00
parent 2de7c78344
commit 115d597a09
26 changed files with 479 additions and 163 deletions

View File

@@ -1,5 +1,6 @@
const weekDays = ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi']
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Date {
getWeekDay(): string,
toSQLDate(): string,