feat: add lint and format scripts

This commit is contained in:
Valerio Ageno
2024-04-27 10:40:14 +02:00
parent 5d28ffcf33
commit df8d1659c7
11 changed files with 200 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
"$schema": "https://turbo.build/schema.json"
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"lint": {},
"format": {}
}
}