lint and prettier update

This commit is contained in:
JesmoDev
2022-05-17 13:03:27 +02:00
parent bb9232d589
commit a2ee9b86a3
5 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"dev": "vite",
"build": "tsc && vite build",
"test": "echo 'TODO: Implement test'",
"lint": "echo 'TODO: Implement lint'"
"lint": "eslint --cache --ext .ts . --ignore-path .gitignore"
},
"dependencies": {
"@umbraco-ui/uui": "^0.2.0",