frontend: Add linting for ts code

This commit is contained in:
Tom 2023-07-13 13:51:18 +02:00
parent ddb4bb3546
commit 16fa721048
18 changed files with 2299 additions and 469 deletions

View file

@ -11,5 +11,17 @@
"node-html-parser": "^6.1.1",
"parcel": "^2.7.0",
"purecss": "^2.1.0"
},
"devDependencies": {
"ts-standard": "^12.0.2",
"typescript": "^5.1.6"
},
"ts-standard": {
"ignore": [
"dist",
"node_modules",
".entry-cache",
".parcel-cache"
]
}
}
}