Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 07ddcbf

Browse files
sduquejjulienben
authored andcommitted
Update links and fix typos in docs/general/editor.md (#2370)
👋 I don't think there's an issue for this or that one would be warranted. Happy to open one if that's preferred. The links to VS Code docs were outdated and there was a small typo so fixed it along the way. ## React Boilerplate Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md) to make the process easy and effective for everyone involved. **Please open an issue** before embarking on any significant pull request, especially those that add a new library or change existing tests, otherwise you risk spending a lot of time working on something that might not end up being merged into the project. Before opening a pull request, please ensure: - [x] You have followed our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md) - [x] double-check your branch is based on `dev` and targets `dev` - [x] Pull request has tests (we are going for 100% coverage!) - [x] Code is well-commented, linted and follows project conventions - [x] Documentation is updated (if necessary) - [x] Internal code generators and templates are updated (if necessary) - [x] Description explains the issue/use-case resolved and auto-closes related issues Be kind to code reviewers, please try to keep pull requests as small and focused as possible :) **IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](https://github.com/react-boilerplate/react-boilerplate/blob/master/LICENSE.md).
1 parent c201729 commit 07ddcbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general/editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can edit React Boilerplate using any editor or IDE, but there are a few extr
44

55
## VS Code
66

7-
To get the best editing experience with [VS Code](https://code.visualstudio.com), create a [`jsconfig.json`](https://code.visualstudio.com/Docs/languages/javascript#_javascript-project-jsconfigjson) file at the root of your project:
7+
To get the best editing experience with [VS Code](https://code.visualstudio.com), create a [`jsconfig.json`](https://code.visualstudio.com/Docs/languages/javascript#_javascript-projects-jsconfigjson) file at the root of your project:
88

99
```json
1010
{
@@ -18,7 +18,7 @@ To get the best editing experience with [VS Code](https://code.visualstudio.com)
1818
}
1919
```
2020

21-
This `jsconfig.json` file tells VS Code to treat all JS file as part of the same project, improving IntelliSense, code navigation, and refactoring. You can configure project wide settings in using the `jsconfig.json`, such as only allowing functions from the ES5 standard library, or even enable [more advanced type checking for JS files](https://code.visualstudio.com/docs/languages/javascript#_type-checking-and-quick-fixes-for-javascript-files)
21+
This `jsconfig.json` file tells VS Code to treat all JS files as part of the same project, improving IntelliSense, code navigation, and refactoring. You can configure project wide settings in using the `jsconfig.json`, such as only allowing functions from the ES5 standard library, or even enable [more advanced type checking for JS files](https://code.visualstudio.com/docs/languages/javascript#_type-checking)
2222

2323
# ESLint + Prettier integration
2424

0 commit comments

Comments
 (0)