chore: configure eslint

This commit is contained in:
sbplat
2024-01-04 19:32:11 -05:00
parent 836922b856
commit 5fd505d4f4
3 changed files with 1601 additions and 6 deletions

View File

@@ -13,7 +13,10 @@
"update-frontend-dependencies": "npm i --workspace=client-tauri --workspace=shared-operation"
},
"devDependencies": {
"concurrently": "^8.2.2"
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0"
},
"engines": {
"npm": ">=7.24.2"