Skip to content

Commit a140c86

Browse files
committed
Fix editorconfig lint errors
1 parent 3f5f731 commit a140c86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ to those feedback, otherwise the PR will be closed after 2-4 weeks of inactivity
9090
1. Run `npm i` in the repository root
9191
1. Create a new *dedicated branch* with descriptive name from `master`
9292
1. Make your change and commit to the new branch from the previous step
93-
1. Write a clear commit message
94-
1. If you've added code that need documentation, update the README.md
93+
1. Write a clear commit message
94+
1. If you've added code that need documentation, update the README.md
9595
1. Make sure your code lints (`npm test`)
9696
1. Push to your fork
9797
1. Submit a Pull Request (PR) to the upstream

‎layouts/partials/pager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
{{- end }}
2020
</nav>
2121
{{- end }}
22-
{{- end }}
22+
{{- end }}

0 commit comments

Comments
 (0)