Armored Turtle AFC #2089
Armored Turtle AFC #2089
6 errors and 10 warnings
ESLint found 6 errors and 10 warnings
Annotations
Check failure on line 142 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L142
The 'laneList' variable inside 'v-for' directive should be replaced with a computed property that returns filtered array instead. You should not mix 'v-for' with 'v-if' (vue/no-use-v-if-with-v-for)
Check failure on line 250 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L250
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
Check failure on line 279 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L279
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
Check failure on line 283 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L283
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
Check failure on line 2 in src/components/ui/FilamentReelEmptyIcon.vue
github-actions / ESLint
src/components/ui/FilamentReelEmptyIcon.vue#L2
Parsing error: missing-whitespace-between-attributes (vue/no-parsing-error)
Check failure on line 3 in src/components/ui/NightOwlIcon.vue
github-actions / ESLint
src/components/ui/NightOwlIcon.vue#L3
Parsing error: unexpected-question-mark-instead-of-tag-name (vue/no-parsing-error)
Check warning on line 235 in src/components/dialogs/AfcChangeSpoolDialog.vue
github-actions / ESLint
src/components/dialogs/AfcChangeSpoolDialog.vue#L235
'cleanedColor' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Check warning on line 27 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L27
Attribute ":class" should go before "v-on" (vue/attributes-order)
Check warning on line 42 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L42
Attribute ":class" should go before "v-on" (vue/attributes-order)
Check warning on line 108 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L108
Attribute ":name" should go before "v-on" (vue/attributes-order)
Check warning on line 109 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L109
Attribute "class" should go before "v-on" (vue/attributes-order)
Check warning on line 134 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L134
Attribute ":name" should go before "v-on" (vue/attributes-order)
Check warning on line 135 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L135
Attribute "class" should go before "v-on" (vue/attributes-order)
Check warning on line 142 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L142
Attribute "v-if" should go before ":selected" (vue/attributes-order)
Check warning on line 153 in src/components/panels/AfcPanel.vue
github-actions / ESLint
src/components/panels/AfcPanel.vue#L153
Attribute "id" should go before "version" (vue/attributes-order)
Check warning on line 7 in src/components/ui/NightOwlIcon.vue
github-actions / ESLint
src/components/ui/NightOwlIcon.vue#L7
Expected a linebreak before this attribute (vue/first-attribute-linebreak)