Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Armored Turtle AFC #2089

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Merge pull request #5 from Wondro/develop

7e00a06
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Armored Turtle AFC #2089

Merge pull request #5 from Wondro/develop
7e00a06
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint failed Dec 17, 2024 in 0s

6 errors and 10 warnings

ESLint found 6 errors and 10 warnings

Annotations

Check failure on line 142 in src/components/panels/AfcPanel.vue

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/ui/NightOwlIcon.vue#L7

Expected a linebreak before this attribute (vue/first-attribute-linebreak)