Add linter to azure-pipeline

This commit is contained in:
Eric NGUYEN 2022-11-21 13:52:19 +01:00
parent 8cda37e1a6
commit c7eb9672ab
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@
"build": "tsc && vite build",
"build:dotnet": "dotnet build ./csharp/SVGLDLibs/SVGLDLibs/SVGLDLibs.csproj",
"preview": "vite preview",
"linter": "eslint src",
"test": "vitest",
"test:ui": "vitest --ui",
"test:nowatch": "vitest run",