Skip to content

Commit

Permalink
docs: fix typo in getting started doc (#1347)
Browse files Browse the repository at this point in the history
The link is to `eslint-plugin-import` but the text on the link is `eslint-plugin-eslint-comments`.
  • Loading branch information
lukyth authored and bradzacher committed Dec 18, 2019
1 parent 3e06f0f commit 9cd5815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/linting/README.md
Expand Up @@ -139,7 +139,7 @@ There are many plugins, each covering a different slice of the JS development wo

- Jest testing: [`eslint-plugin-jest`](https://www.npmjs.com/package/eslint-plugin-jest)
- ESLint comment restrictions: [`eslint-plugin-eslint-comments`](https://www.npmjs.com/package/eslint-plugin-eslint-comments)
- Import/export conventions : [`eslint-plugin-eslint-comments`](https://www.npmjs.com/package/eslint-plugin-import)
- Import/export conventions : [`eslint-plugin-import`](https://www.npmjs.com/package/eslint-plugin-import)
- React best practices: [`eslint-plugin-react`](https://www.npmjs.com/package/eslint-plugin-react) and [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks)
- NodeJS best practices: [`eslint-plugin-node`](https://www.npmjs.com/package/eslint-plugin-node)

Expand Down

0 comments on commit 9cd5815

Please sign in to comment.