Initial Project

This commit is contained in:
Toni Martin
2026-02-25 13:16:14 +01:00
commit ca0022e250
73 changed files with 20166 additions and 0 deletions

6
.azure-devops/lint.yml Normal file
View File

@@ -0,0 +1,6 @@
steps:
- task: Npm@1
displayName: 'Lint'
inputs:
command: custom
customCommand: 'run lint'