Add eslint config, restructure for scss update

This commit is contained in:
2025-08-23 06:49:45 +02:00
parent 9880084841
commit 59c9a6de0b
16 changed files with 2579 additions and 3 deletions

View File

@@ -7,5 +7,11 @@
},
"author": "Janis Hutz",
"license": "ISC",
"description": ""
"description": "",
"devDependencies": {
"@eslint/js": "^9.34.0",
"@stylistic/eslint-plugin": "^5.2.3",
"eslint-plugin-vue": "^10.4.0",
"typescript-eslint": "^8.40.0"
}
}