fixes
This commit is contained in:
parent
ff28899afa
commit
669256fa69
5 changed files with 250 additions and 525 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
|
@ -147,12 +147,6 @@
|
|||
"css.styleSheets": [
|
||||
"ui/app/assets/css/*.css"
|
||||
],
|
||||
"spellright.language": [
|
||||
"en"
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"latex"
|
||||
],
|
||||
"search.exclude": {
|
||||
"ui/.nuxt": true,
|
||||
"ui/.output": true,
|
||||
|
|
@ -161,5 +155,6 @@
|
|||
"ui/node_modules": true,
|
||||
"ui/.out": true,
|
||||
"**/.venv": true,
|
||||
}
|
||||
},
|
||||
"eslint.format.enable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"printWidth": 120,
|
||||
"endOfLine": "lf",
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "avoid",
|
||||
"vueIndentScriptAndStyle": true,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.vue",
|
||||
"options": {
|
||||
"parser": "vue"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.ts", "*.tsx"],
|
||||
"options": {
|
||||
"parser": "typescript"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.json",
|
||||
"options": {
|
||||
"parser": "json",
|
||||
"singleQuote": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -49,7 +49,5 @@ export default withNuxt(
|
|||
},
|
||||
{
|
||||
files: ['**/*.vue'],
|
||||
rules: {
|
||||
'vue/no-parsing-error': 'off'
|
||||
}
|
||||
rules: { }
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
"@xterm/addon-fit": "^0.10.0",
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
"cron-parser": "^5.3.1",
|
||||
"cronstrue": "^3.2.0",
|
||||
"cronstrue": "^3.3.0",
|
||||
"floating-vue": "^5.2.2",
|
||||
"hls.js": "^1.6.11",
|
||||
"hls.js": "^1.6.12",
|
||||
"moment": "^2.30.1",
|
||||
"nuxt": "^4.1.1",
|
||||
"pinia": "^3.0.3",
|
||||
|
|
@ -46,8 +46,7 @@
|
|||
"ansi-regex": "6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/eslint": "^0.7.4",
|
||||
"@types/node": "^22.7.8",
|
||||
"@nuxt/eslint": "^1.9.0",
|
||||
"@typescript-eslint/parser": "^8.43.0",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-eslint-parser": "^10.2.0"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue