Adding return payment view #102
GitHub Actions / ESLint Report Analysis
succeeded
Dec 3, 2023 in 0s
ESLint Report Analysis
0 ESLint error(s) and 2 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:
0 ESLint error(s) and 2 ESLint warning(s) found
2 Warning(s):
src/views/ReturnPayment.vue
line 40
- Start Line:
40
- End Line:
40
- Message: Expected 1 line break after opening tag (
<h1>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
src/views/ReturnPayment.vue
line 40
- Start Line:
40
- End Line:
40
- Message: Expected 1 line break before closing tag (
</h1>
), but no line breaks found.- From: [
vue/singleline-html-element-content-newline
]
- From: [
Non-Pull Request Changed Files ESLint Results:
0 ESLint error(s) and 0 ESLint warning(s) found
Annotations
Check warning on line 40 in src/views/ReturnPayment.vue
github-actions / ESLint Report Analysis
src/views/ReturnPayment.vue#L40
[vue/singleline-html-element-content-newline] Expected 1 line break after opening tag (`<h1>`), but no line breaks found.
Check warning on line 40 in src/views/ReturnPayment.vue
github-actions / ESLint Report Analysis
src/views/ReturnPayment.vue#L40
[vue/singleline-html-element-content-newline] Expected 1 line break before closing tag (`</h1>`), but no line breaks found.
Loading