Skip to content

Commit 0638969

Browse files
authored
Update README.md
1 parent 8318e45 commit 0638969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ This configuration needs to be included _in addition_ to the `recommended` one:
110110
```
111111
{
112112
"extends": [
113-
"plugin:fp-ts/recommended"
113+
"plugin:fp-ts/recommended",
114114
"plugin:fp-ts/recommended-requiring-type-checking"
115115
]
116116
}
117117
```
118118

119119
> 👉 You can read more about linting with type information, including
120-
> performance condideration
120+
> performance considerations
121121
> [here](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md)
122122
123123
### All

0 commit comments

Comments
 (0)