Fix editorconfig lint error
This commit is contained in:
parent
e3b7282c01
commit
259ea8228f
1 changed files with 2 additions and 2 deletions
|
@ -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. Run `npm i` in the repository root
|
||||||
1. Create a new *dedicated branch* with descriptive name from `master`
|
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. Make your change and commit to the new branch from the previous step
|
||||||
1. Write a clear commit message
|
1. Write a clear commit message
|
||||||
1. If you've added code that need documentation, update the README.md
|
1. If you've added code that need documentation, update the README.md
|
||||||
1. Make sure your code lints (`npm test`)
|
1. Make sure your code lints (`npm test`)
|
||||||
1. Push to your fork
|
1. Push to your fork
|
||||||
1. Submit a Pull Request (PR) to the upstream
|
1. Submit a Pull Request (PR) to the upstream
|
||||||
|
|
Loading…
Reference in a new issue