Skip to content

Commit

Permalink
Fix typos in links (#28)
Browse files Browse the repository at this point in the history
* Issue #000 fix: Fix typo in Link

* Issue #000 fix: Fix typo in Link
  • Loading branch information
manojLondhe authored Dec 13, 2024
1 parent 8af88d6 commit 165d19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tekdi-style-guides/react-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ tags: [react]
To help you assist in following style guide, we recommend **using tools suggested below, along with sample configs files suggested** to make most of these tools.

### ESLint
Learn more about [ESLint tool](../tools/javascript/ESLint)
Learn more about [ESLint tool](../tools/javascript/eslint)

#### Link to React specific docs for ESLint
- [ESLint, ESLint Plugins Installation](../tools/javascript/eslint#installation-for-react-projects-using-typescript/tools/javascript/eslint#recommended-eslint-configuration-for-react-projects-using-typescript)
- [ESLint, ESLint Plugins Installation](../tools/javascript/eslint#installation-for-react-projects-using-typescript)
- [ESLint Configuration](../tools/javascript/eslint#recommended-eslint-configuration-for-react-projects-using-typescript)

### Prettier
Expand Down

0 comments on commit 165d19f

Please sign in to comment.