Fix editorconfig lint error

This commit is contained in:
vimux 2020-03-24 17:35:10 -04:00
parent e3b7282c01
commit 259ea8228f
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

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