Changed data structure around attacks and their consumed resources
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user