Install eslint and eslint vue plugin + config file

This commit is contained in:
2024-10-31 17:27:45 +01:00
parent 32459e6092
commit f90f1c7ef8
2 changed files with 14 additions and 1 deletions

View File

@@ -35,7 +35,9 @@
"typescript": "^5.4.5",
"vue-loader": "^17.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.0.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.30.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.4",