Skip to content

Commit 89313e2

Browse files
Apply suggestions from code review
Co-authored-by: James Hancock <jhancock532@gmail.com>
1 parent 41e202c commit 89313e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
The TypeScript configuration uses the same rules as the base configuration, with two exceptions:
3939

4040
- Rules which will be checked by the TypeScript compiler anyway are disabled.
41-
- Rules which would work differently for TypeScript code have been replaced by their [@typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin), where this is possible without requiring type checking as part of linting (see [Design decisions](#design-decisions)).
41+
- Rules which would work differently for TypeScript code have been replaced by their [@typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin) counterparts, where this is possible without requiring type checking as part of linting (see [Design decisions](#design-decisions)).
4242

4343
This configuration can be used as-is even for mixed or JavaScript-only projects, but does require the `typescript` package to be installed.
4444

@@ -111,7 +111,7 @@ module.exports = {
111111

112112
### React
113113

114-
This config is meant first and foremost for React projects, where it will detect which rules to apply based on the version of React used on the project. The config can also be used on non-React projects – just make sure to disable the version check by adding: the following in your config:
114+
This config is meant first and foremost for React projects, where it will detect which rules to apply based on the version of React used on the project. The config can also be used on non-React projects – just make sure to disable the version check by adding the following in your config:
115115

116116
```js
117117
module.exports = {

0 commit comments

Comments
 (0)