mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added a link to the Microsoft VSCode ESLint tool in the CONTRIBUTING.md (#13827)
This commit is contained in:
parent
fc5e685b0e
commit
3aa8be4fb1
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ git checkout name-of-your-branch
|
|||
git rebase master
|
||||
```
|
||||
|
||||
You want to make sure there are no merge conflicts. If there is are merge conflicts, git will pause the rebase and allow you to fix the conflicts before continuing.
|
||||
You want to make sure there are no merge conflicts. If there are merge conflicts, git will pause the rebase and allow you to fix the conflicts before continuing.
|
||||
|
||||
You can use `git status` to see which files contain conflicts. They'll be the ones that aren't staged for commit. Open those files, and look for where git has marked the conflicts. Resolve the conflicts so that the changes you want to make to the code have been incorporated in a way that doesn't destroy work that's been done in master. Refer to master's commit history on GitHub if you need to gain a better understanding of how code is conflicting and how best to resolve it.
|
||||
|
||||
|
@ -215,6 +215,7 @@ Editor | Plugin
|
|||
-----------|-------------------------------------------------------------------------------
|
||||
Sublime | [SublimeLinter-eslint](https://github.com/roadhump/SublimeLinter-eslint#installation)
|
||||
Atom | [linter-eslint](https://github.com/AtomLinter/linter-eslint#installation)
|
||||
VSCode | [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
|
||||
IntelliJ | Settings » Languages & Frameworks » JavaScript » Code Quality Tools » ESLint
|
||||
`vi` | [scrooloose/syntastic](https://github.com/scrooloose/syntastic)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue