Skip to content

Commit 4f735e8

Browse files
lxebradzacher
authored andcommitted
docs(parser): fix effect->affect in readme (typescript-eslint#1344)
1 parent c52c5c9 commit 4f735e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following additional configuration options are available by specifying them
4242

4343
- **`ecmaFeatures.jsx`** - default `false`. Enable parsing JSX when `true`. More details can be found [here](https://www.typescriptlang.org/docs/handbook/jsx.html).
4444

45-
NOTE: this setting does not effect known file types (.js, .jsx, .ts, .tsx, .json) because the typescript compiler has its own internal handling for known file extensions. The exact behaviour is as follows:
45+
NOTE: this setting does not affect known file types (.js, .jsx, .ts, .tsx, .json) because the typescript compiler has its own internal handling for known file extensions. The exact behaviour is as follows:
4646

4747
- if `parserOptions.project` is _not_ provided:
4848
- `.js`, `.jsx`, `.tsx` files are parsed as if this is true.

0 commit comments

Comments
 (0)