Tournament matches #135
ESLint Report Analysis
127 ESLint error(s) and 30 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 0 ESLint warning(s) found in files outside of the pull request.
Details
Pull Request Changed Files ESLint Results:
127 ESLint error(s) and 30 ESLint warning(s) found
127 Error(s):
src/stores/tournament.store.ts
line 1
- Start Line:
1
- End Line:
12
- Message: Run autofix to sort these imports!
- From: [
simple-import-sort/imports
]
- From: [
src/stores/tournament.store.ts
line 11
- Start Line:
11
- End Line:
11
- Message: Expected a line break after this opening brace.
- From: [
object-curly-newline
]
- From: [
src/stores/tournament.store.ts
line 11
- Start Line:
11
- End Line:
11
- Message: Expected a line break before this closing brace.
- From: [
object-curly-newline
]
- From: [
src/stores/tournament.store.ts
line 129
- Start Line:
129
- End Line:
131
- Message: Block must not be padded by blank lines.
- From: [
padded-blocks
]
- From: [
src/stores/tournament.store.ts
line 229
- Start Line:
229
- End Line:
229
- Message: 'tournament' is already declared in the upper scope on line 38 column 9.
- From: [
@typescript-eslint/no-shadow
]
- From: [
src/stores/tournament.store.ts
line 292
- Start Line:
292
- End Line:
292
- Message: Unexpected space before function parentheses.
- From: [
@typescript-eslint/space-before-function-paren
]
- From: [
src/stores/tournament.store.ts
line 293
- Start Line:
293
- End Line:
293
- Message: Expected indentation of 4 spaces but found 2.
- From: [
@typescript-eslint/indent
]
- From: [
src/stores/tournament.store.ts
line 332
- Start Line:
332
- End Line:
334
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/stores/tournament.store.ts
line 335
- Start Line:
335
- End Line:
337
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/stores/tournament.store.ts
line 338
- Start Line:
338
- End Line:
343
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/stores/user.store.ts
line 1
- Start Line:
1
- End Line:
9
- Message: Run autofix to sort these imports!
- From: [
simple-import-sort/imports
]
- From: [
src/stores/user.store.ts
line 7
- Start Line:
7
- End Line:
7
- Message: 'Match' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/stores/user.store.ts
line 167
- Start Line:
167
- End Line:
167
- Message: A space is required before '}'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/stores/user.store.ts
line 262
- Start Line:
262
- End Line:
264
- Message: Block must not be padded by blank lines.
- From: [
padded-blocks
]
- From: [
src/stores/user.store.ts
line 265
- Start Line:
265
- End Line:
265
- Message: Use object destructuring.
- From: [
prefer-destructuring
]
- From: [
src/stores/user.store.ts
line 266
- Start Line:
266
- End Line:
266
- Message: Use object destructuring.
- From: [
prefer-destructuring
]
- From: [
src/stores/user.store.ts
line 268
- Start Line:
268
- End Line:
268
- Message: Multiple spaces found before '{'.
- From: [
no-multi-spaces
]
- From: [
src/stores/user.store.ts
line 276
- Start Line:
276
- End Line:
276
- Message: Expected indentation of 8 spaces but found 10.
- From: [
@typescript-eslint/indent
]
- From: [
src/stores/user.store.ts
line 282
- Start Line:
282
- End Line:
282
- Message: Expected indentation of 6 spaces but found 8.
- From: [
@typescript-eslint/indent
]
- From: [
src/stores/user.store.ts
line 283
- Start Line:
283
- End Line:
283
- Message: Expected indentation of 4 spaces but found 6.
- From: [
@typescript-eslint/indent
]
- From: [
src/stores/user.store.ts
line 284
- Start Line:
284
- End Line:
287
- Message: Block must not be padded by blank lines.
- From: [
padded-blocks
]
- From: [
src/stores/user.store.ts
line 286
- Start Line:
286
- End Line:
286
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/stores/user.store.ts
line 286
- Start Line:
286
- End Line:
287
- Message: More than 1 blank line not allowed.
- From: [
no-multiple-empty-lines
]
- From: [
src/views/Me.vue
line 2
- Start Line:
2
- End Line:
18
- Message: Run autofix to sort these imports!
- From: [
simple-import-sort/imports
]
- From: [
src/views/Me.vue
line 4
- Start Line:
4
- End Line:
4
- Message: 'minValue' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/Me.vue
line 4
- Start Line:
4
- End Line:
5
- Message: Missing trailing comma.
- From: [
@typescript-eslint/comma-dangle
]
- From: [
src/views/Me.vue
line 8
- Start Line:
8
- End Line:
8
- Message: 'onMounted' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/Me.vue
line 18
- Start Line:
18
- End Line:
18
- Message: Expected 1 empty line after import statement not followed by another import.
- From: [
import/newline-after-import
]
- From: [
src/views/Me.vue
line 21
- Start Line:
21
- End Line:
21
- Message: Expected a line break after this opening brace.
- From: [
object-curly-newline
]
- From: [
src/views/Me.vue
line 21
- Start Line:
21
- End Line:
21
- Message: Expected a line break before this closing brace.
- From: [
object-curly-newline
]
- From: [
src/views/Me.vue
line 56
- Start Line:
56
- End Line:
57
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 78
- Start Line:
78
- End Line:
78
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 81
- Start Line:
81
- End Line:
81
- Message: The two values in this comparison do not have a shared enum type.
- From: [
@typescript-eslint/no-unsafe-enum-comparison
]
- From: [
src/views/Me.vue
line 81
- Start Line:
81
- End Line:
81
- Message: Expected '!==' and instead saw '!='.
- From: [
eqeqeq
]
- From: [
src/views/Me.vue
line 82
- Start Line:
82
- End Line:
82
- Message: 'data_score' was used before it was defined.
- From: [
@typescript-eslint/no-use-before-define
]
- From: [
src/views/Me.vue
line 83
- Start Line:
83
- End Line:
83
- Message: The two values in this comparison do not have a shared enum type.
- From: [
@typescript-eslint/no-unsafe-enum-comparison
]
- From: [
src/views/Me.vue
line 83
- Start Line:
83
- End Line:
83
- Message: '||' should be placed at the beginning of the line.
- From: [
operator-linebreak
]
- From: [
src/views/Me.vue
line 83
- Start Line:
83
- End Line:
83
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/views/Me.vue
line 84
- Start Line:
84
- End Line:
84
- Message: 'data_score' was used before it was defined.
- From: [
@typescript-eslint/no-use-before-define
]
- From: [
src/views/Me.vue
line 84
- Start Line:
84
- End Line:
84
- Message: There should be no space before this paren.
- From: [
space-in-parens
]
- From: [
src/views/Me.vue
line 84
- Start Line:
84
- End Line:
86
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/views/Me.vue
line 87
- Start Line:
87
- End Line:
87
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 88
- Start Line:
88
- End Line:
88
- Message: Expected indentation of 6 spaces but found 4.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 89
- Start Line:
89
- End Line:
89
- Message: Expected indentation of 6 spaces but found 4.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 91
- Start Line:
91
- End Line:
91
- Message: Requires a space after '{'.
- From: [
block-spacing
]
- From: [
src/views/Me.vue
line 91
- Start Line:
91
- End Line:
91
- Message: Expected exception block, space or tab after '//' in comment.
- From: [
spaced-comment
]
- From: [
src/views/Me.vue
line 91
- Start Line:
91
- End Line:
91
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/views/Me.vue
line 92
- Start Line:
92
- End Line:
92
- Message: 'data_score' was used before it was defined.
- From: [
@typescript-eslint/no-use-before-define
]
- From: [
src/views/Me.vue
line 94
- Start Line:
94
- End Line:
94
- Message: Expected space(s) after "if".
- From: [
@typescript-eslint/keyword-spacing
]
- From: [
src/views/Me.vue
line 94
- Start Line:
94
- End Line:
94
- Message: Operator '*' must be spaced.
- From: [
@typescript-eslint/space-infix-ops
]
- From: [
src/views/Me.vue
line 94
- Start Line:
94
- End Line:
94
- Message: Operator '+' must be spaced.
- From: [
@typescript-eslint/space-infix-ops
]
- From: [
src/views/Me.vue
line 94
- Start Line:
94
- End Line:
94
- Message: Operator '/' must be spaced.
- From: [
@typescript-eslint/space-infix-ops
]
- From: [
src/views/Me.vue
line 94
- Start Line:
94
- End Line:
96
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/views/Me.vue
line 97
- Start Line:
97
- End Line:
97
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 102
- Start Line:
102
- End Line:
103
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 107
- Start Line:
107
- End Line:
107
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 108
- Start Line:
108
- End Line:
109
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 111
- Start Line:
111
- End Line:
111
- Message: A space is required after '{'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 111
- Start Line:
111
- End Line:
111
- Message: A space is required after '{'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 111
- Start Line:
111
- End Line:
111
- Message: A space is required before '}'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 111
- Start Line:
111
- End Line:
111
- Message: Expected a semicolon.
- From: [
@typescript-eslint/member-delimiter-style
]
- From: [
src/views/Me.vue
line 111
- Start Line:
111
- End Line:
111
- Message: A space is required before '}'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 117
- Start Line:
117
- End Line:
117
- Message: Expected indentation of 2 spaces but found 4.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 117
- Start Line:
117
- End Line:
117
- Message: The two values in this comparison do not have a shared enum type.
- From: [
@typescript-eslint/no-unsafe-enum-comparison
]
- From: [
src/views/Me.vue
line 117
- Start Line:
117
- End Line:
117
- Message: There should be no space before this paren.
- From: [
space-in-parens
]
- From: [
src/views/Me.vue
line 117
- Start Line:
117
- End Line:
119
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/views/Me.vue
line 118
- Start Line:
118
- End Line:
118
- Message: Expected indentation of 4 spaces but found 6.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 119
- Start Line:
119
- End Line:
119
- Message: Expected indentation of 2 spaces but found 4.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 119
- Start Line:
119
- End Line:
121
- Message: Unnecessary 'else' after 'return'.
- From: [
no-else-return
]
- From: [
src/views/Me.vue
line 120
- Start Line:
120
- End Line:
120
- Message: Expected indentation of 4 spaces but found 6.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 121
- Start Line:
121
- End Line:
121
- Message: Expected indentation of 2 spaces but found 4.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 122
- Start Line:
122
- End Line:
123
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 124
- Start Line:
124
- End Line:
124
- Message: A space is required after '{'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 124
- Start Line:
124
- End Line:
124
- Message: A space is required before '}'.
- From: [
@typescript-eslint/object-curly-spacing
]
- From: [
src/views/Me.vue
line 130
- Start Line:
130
- End Line:
132
- Message: Block must not be padded by blank lines.
- From: [
padded-blocks
]
- From: [
src/views/Me.vue
line 132
- Start Line:
132
- End Line:
132
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 134
- Start Line:
134
- End Line:
135
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 164
- Start Line:
164
- End Line:
164
- Message: There should be no space before this paren.
- From: [
space-in-parens
]
- From: [
src/views/Me.vue
line 164
- Start Line:
164
- End Line:
165
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 165
- Start Line:
165
- End Line:
165
- Message: Multiple spaces found before '!=='.
- From: [
no-multi-spaces
]
- From: [
src/views/Me.vue
line 165
- Start Line:
165
- End Line:
168
- Message: Missing space before opening brace.
- From: [
@typescript-eslint/space-before-blocks
]
- From: [
src/views/Me.vue
line 166
- Start Line:
166
- End Line:
166
- Message: Expected indentation of 4 spaces but found 6.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 166
- Start Line:
166
- End Line:
166
- Message: Strings must use singlequote.
- From: [
@typescript-eslint/quotes
]
- From: [
src/views/Me.vue
line 167
- Start Line:
167
- End Line:
167
- Message: Expected indentation of 4 spaces but found 6.
- From: [
@typescript-eslint/indent
]
- From: [
src/views/Me.vue
line 167
- Start Line:
167
- End Line:
168
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 169
- Start Line:
169
- End Line:
169
- Message: ["times"] is better written in dot notation.
- From: [
@typescript-eslint/dot-notation
]
- From: [
src/views/Me.vue
line 170
- Start Line:
170
- End Line:
170
- Message: ["score"] is better written in dot notation.
- From: [
@typescript-eslint/dot-notation
]
- From: [
src/views/Me.vue
line 176
- Start Line:
176
- End Line:
177
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 223
- Start Line:
223
- End Line:
223
- Message: Expected parentheses around arrow function argument.
- From: [
arrow-parens
]
- From: [
src/views/Me.vue
line 223
- Start Line:
223
- End Line:
223
- Message: Arrow function should not return assignment.
- From: [
no-return-assign
]
- From: [
src/views/Me.vue
line 223
- Start Line:
223
- End Line:
223
- Message: Missing radix parameter.
- From: [
radix
]
- From: [
src/views/Me.vue
line 223
- Start Line:
223
- End Line:
223
- Message: Multiple spaces found before '0'.
- From: [
no-multi-spaces
]
- From: [
src/views/Me.vue
line 225
- Start Line:
225
- End Line:
226
- Message: Missing semicolon.
- From: [
@typescript-eslint/semi
]
- From: [
src/views/Me.vue
line 315
- Start Line:
315
- End Line:
315
- Message: Elements in iteration expect to have 'v-bind:key' directives.
- From: [
vue/require-v-for-key
]
- From: [
src/views/Me.vue
line 319
- Start Line:
319
- End Line:
319
- Message: Expected indentation of 10 spaces but found 8 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 319
- Start Line:
319
- End Line:
319
- Message: Missing an explicit type attribute for button.
- From: [
vue/html-button-has-type
]
- From: [
src/views/Me.vue
line 675
- Start Line:
675
- End Line:
675
- Message: Expected indentation of 2 spaces but found 1 space.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 686
- Start Line:
686
- End Line:
692
- Message: Custom elements in iteration require 'v-bind:key' directives.
- From: [
vue/valid-v-for
]
- From: [
src/views/Me.vue
line 693
- Start Line:
693
- End Line:
693
- Message: Form label must have an associated control.
- From: [
vuejs-accessibility/label-has-for
]
- From: [
src/views/Me.vue
line 698
- Start Line:
698
- End Line:
698
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/views/Me.vue
line 712
- Start Line:
712
- End Line:
712
- Message: Expected indentation of 8 spaces but found 10 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 713
- Start Line:
713
- End Line:
713
- Message: Expected indentation of 8 spaces but found 10 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 714
- Start Line:
714
- End Line:
714
- Message: Expected indentation of 8 spaces but found 10 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 715
- Start Line:
715
- End Line:
715
- Message: Expected indentation of 6 spaces but found 8 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 718
- Start Line:
718
- End Line:
718
- Message: Expected indentation of 6 spaces but found 7 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 725
- Start Line:
725
- End Line:
725
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/views/Me.vue
line 729
- Start Line:
729
- End Line:
729
- Message: Expected indentation of 2 spaces but found 1 space.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 740
- Start Line:
740
- End Line:
746
- Message: Custom elements in iteration require 'v-bind:key' directives.
- From: [
vue/valid-v-for
]
- From: [
src/views/Me.vue
line 747
- Start Line:
747
- End Line:
747
- Message: Form label must have an associated control.
- From: [
vuejs-accessibility/label-has-for
]
- From: [
src/views/Me.vue
line 752
- Start Line:
752
- End Line:
752
- Message: Trailing spaces not allowed.
- From: [
no-trailing-spaces
]
- From: [
src/views/Me.vue
line 769
- Start Line:
769
- End Line:
769
- Message: Expected indentation of 6 spaces but found 8 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 772
- Start Line:
772
- End Line:
772
- Message: Expected indentation of 6 spaces but found 7 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/Me.vue
line 776
- Start Line:
776
- End Line:
776
- Message: Expected indentation of 6 spaces but found 8 spaces.
- From: [
vue/html-indent
]
- From: [
src/views/TournamentDetail.vue
line 4
- Start Line:
4
- End Line:
4
- Message: 'computed' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 13
- Start Line:
13
- End Line:
13
- Message: 'Bracket' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 16
- Start Line:
16
- End Line:
16
- Message: 'Group' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 17
- Start Line:
17
- End Line:
17
- Message: 'BestofType' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 17
- Start Line:
17
- End Line:
17
- Message: 'Match' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 19
- Start Line:
19
- End Line:
19
- Message: 'Team' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 20
- Start Line:
20
- End Line:
20
- Message: 'Tournament' is defined but never used.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
src/views/TournamentDetail.vue
line 33
- Start Line:
33
- End Line:
33
- Message: This line has a length of 190. Maximum allowed is 120.
- From: [
vue/max-len
]
- From: [
src/views/TournamentDetail.vue
line 82
- Start Line:
82
- End Line:
82
- Message: 'matchs' is already declared in the upper scope on line 79 column 30.
- From: [
@typescript-eslint/no-shadow
]
- From: [
src/views/TournamentDetail.vue
line 93
- Start Line:
93
- End Line:
93
- Message: Unsafe call of an
any
typed value.- From: [
@typescript-eslint/no-unsafe-call
]
- From: [
src/views/TournamentDetail.vue
line 355
- Start Line:
355
- End Line:
357
- Message: Visible, non-interactive elements with click handlers must have at least one keyboard listener.
- From: [
vuejs-accessibility/click-events-have-key-events
]
- From: [
src/views/TournamentDetail.vue
line 355
- Start Line:
355
- End Line:
355
- Message: Classnames hover:ring, hover:ring-8 are conflicting!
- From: [
tailwindcss/no-contradicting-classname
]
- From: [
src/views/TournamentDetail.vue
line 382
- Start Line:
382
- End Line:
382
- Message: This line has a length of 209. Maximum allowed is 120.
- From: [
vue/max-len
]
- From: [
src/views/TournamentDetail.vue
line 382
- Start Line:
382
- End Line:
382
- Message: This 'v-if' should be moved to the wrapper element.
- From: [
vue/no-use-v-if-with-v-for
]
- From: [
30 Warning(s):
src/components/KnockoutMatchCard.vue
line 11
- Start Line:
11
- End Line:
11
- Message: Expected 1 line break after opening tag (
<div>
), but no line breaks found.- From: [
vue/multiline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 312
- Start Line:
312
- End Line:
312
- Message: Expected 1 line break after opening tag (
<h1>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 312
- Start Line:
312
- End Line:
312
- Message: Expected 1 line break before closing tag (
</h1>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 313
- Start Line:
313
- End Line:
313
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 314
- Start Line:
314
- End Line:
314
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 315
- Start Line:
315
- End Line:
315
- Message: Attribute "v-for" should go before "class".
- From: [
vue/attributes-order
]
- From: [
src/views/Me.vue
line 316
- Start Line:
316
- End Line:
316
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 316
- Start Line:
316
- End Line:
316
- Message: Expected 1 line break after opening tag (
<p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 316
- Start Line:
316
- End Line:
316
- Message: Expected 1 space after '{{', but not found.
- From: [
vue/mustache-interpolation-spacing
]
- From: [
src/views/Me.vue
line 316
- Start Line:
316
- End Line:
316
- Message: Expected 1 space before '}}', but not found.
- From: [
vue/mustache-interpolation-spacing
]
- From: [
src/views/Me.vue
line 316
- Start Line:
316
- End Line:
316
- Message: Expected 1 line break before closing tag (
</p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 319
- Start Line:
319
- End Line:
319
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 319
- Start Line:
319
- End Line:
319
- Message: Expected 1 line break after opening tag (
<button>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 319
- Start Line:
319
- End Line:
319
- Message: Expected 1 line break before closing tag (
</button>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 690
- Start Line:
690
- End Line:
690
- Message: Attribute "v-for" should go before "class".
- From: [
vue/attributes-order
]
- From: [
src/views/Me.vue
line 693
- Start Line:
693
- End Line:
693
- Message: Expected 1 space after '{{', but not found.
- From: [
vue/mustache-interpolation-spacing
]
- From: [
src/views/Me.vue
line 693
- Start Line:
693
- End Line:
693
- Message: Expected 1 space before '}}', but not found.
- From: [
vue/mustache-interpolation-spacing
]
- From: [
src/views/Me.vue
line 698
- Start Line:
698
- End Line:
698
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 708
- Start Line:
708
- End Line:
708
- Message: Expected 1 line break after opening tag (
<p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 708
- Start Line:
708
- End Line:
708
- Message: Expected 1 line break before closing tag (
</p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 712
- Start Line:
712
- End Line:
712
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 724
- Start Line:
724
- End Line:
726
- Message: Expected 1 line break before closing tag (
</template>
), but 2 line breaks found.- From: [
vue/multiline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 746
- Start Line:
746
- End Line:
746
- Message: Attribute "v-for" should go before "label".
- From: [
vue/attributes-order
]
- From: [
src/views/Me.vue
line 746
- Start Line:
746
- End Line:
746
- Message: Expected 1 line break before closing bracket, but no line breaks found.
- From: [
vue/html-closing-bracket-newline
]
- From: [
src/views/Me.vue
line 752
- Start Line:
752
- End Line:
752
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/Me.vue
line 759
- Start Line:
759
- End Line:
759
- Message: Expected 1 line break after opening tag (
<p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 759
- Start Line:
759
- End Line:
759
- Message: Expected 1 line break before closing tag (
</p>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/Me.vue
line 766
- Start Line:
766
- End Line:
766
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/TournamentDetail.vue
line 354
- Start Line:
354
- End Line:
354
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
src/views/TournamentDetail.vue
line 355
- Start Line:
355
- End Line:
355
- Message: Invalid Tailwind CSS classnames order
- From: [
tailwindcss/classnames-order
]
- From: [
Non-Pull Request Changed Files ESLint Results:
0 ESLint error(s) and 0 ESLint warning(s) found
Annotations
Check warning on line 316 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L316
[tailwindcss/classnames-order] Invalid Tailwind CSS classnames order
Check warning on line 316 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L316
[vue/singleline-html-element-content-newline] Expected 1 line break after opening tag (`<p>`), but no line breaks found.
Check failure on line 93 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L93
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
Check warning on line 316 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L316
[vue/mustache-interpolation-spacing] Expected 1 space after '{{', but not found.
Check warning on line 11 in src/components/KnockoutMatchCard.vue
github-actions / ESLint Report Analysis
src/components/KnockoutMatchCard.vue#L11
[vue/multiline-html-element-content-newline] Expected 1 line break after opening tag (`<div>`), but no line breaks found.
Check warning on line 316 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L316
[vue/mustache-interpolation-spacing] Expected 1 space before '}}', but not found.
Check warning on line 354 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L354
[tailwindcss/classnames-order] Invalid Tailwind CSS classnames order
Check failure on line 12 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L1-L12
[simple-import-sort/imports] Run autofix to sort these imports!
Check warning on line 316 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L316
[vue/singleline-html-element-content-newline] Expected 1 line break before closing tag (`</p>`), but no line breaks found.
Check failure on line 357 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L355-L357
[vuejs-accessibility/click-events-have-key-events] Visible, non-interactive elements with click handlers must have at least one keyboard listener.
Check failure on line 11 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L11
[object-curly-newline] Expected a line break after this opening brace.
Check failure on line 319 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L319
[vue/html-indent] Expected indentation of 10 spaces but found 8 spaces.
Check warning on line 355 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L355
[tailwindcss/classnames-order] Invalid Tailwind CSS classnames order
Check failure on line 11 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L11
[object-curly-newline] Expected a line break before this closing brace.
Check failure on line 319 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L319
[vue/html-button-has-type] Missing an explicit type attribute for button.
Check failure on line 355 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L355
[tailwindcss/no-contradicting-classname] Classnames hover:ring, hover:ring-8 are conflicting!
Check failure on line 131 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L129-L131
[padded-blocks] Block must not be padded by blank lines.
Check warning on line 319 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L319
[tailwindcss/classnames-order] Invalid Tailwind CSS classnames order
Check failure on line 229 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L229
[@typescript-eslint/no-shadow] 'tournament' is already declared in the upper scope on line 38 column 9.
Check failure on line 382 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L382
[vue/max-len] This line has a length of 209. Maximum allowed is 120.
Check warning on line 319 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L319
[vue/singleline-html-element-content-newline] Expected 1 line break after opening tag (`<button>`), but no line breaks found.
Check failure on line 292 in src/stores/tournament.store.ts
github-actions / ESLint Report Analysis
src/stores/tournament.store.ts#L292
[@typescript-eslint/space-before-function-paren] Unexpected space before function parentheses.
Check warning on line 319 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L319
[vue/singleline-html-element-content-newline] Expected 1 line break before closing tag (`</button>`), but no line breaks found.
Check failure on line 382 in src/views/TournamentDetail.vue
github-actions / ESLint Report Analysis
src/views/TournamentDetail.vue#L382
[vue/no-use-v-if-with-v-for] This 'v-if' should be moved to the wrapper element.
Check failure on line 675 in src/views/Me.vue
github-actions / ESLint Report Analysis
src/views/Me.vue#L675
[vue/html-indent] Expected indentation of 2 spaces but found 1 space.