Changed data structure around attacks and their consumed resources

This commit is contained in:
Thaum Rystra
2020-04-04 18:18:38 +02:00
parent 97111741bf
commit 1856e90d12
5 changed files with 56 additions and 12 deletions

View File

@@ -59,7 +59,12 @@
"files": [
"*.vue"
],
"parser": "vue-eslint-parser"
"parser": "vue-eslint-parser",
"rules": {
"vue/component-tags-order": ["error", {
"order": ["template", "script", "style"]
}]
}
}
],
"parserOptions": {