Skip to content

Commit 8071cdd

Browse files
authored
docs: Use correct tsconfig property keys (#1716)
1 parent fc5a261 commit 8071cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ _Default: none_
6464
Indicates to convert from [TSLint rule flags](https://palantir.github.io/tslint/usage/rule-flags) to [ESLint inline comments](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments).
6565
Comments such as `// tslint:disable: tslint-rule-name` will be converted to equivalents like `// eslint-disable eslint-rule-name`.
6666

67-
If passed without arguments, respects the `excludes`, `files`, and `includes` in your TypeScript configuration.
67+
If passed without arguments, respects the `exclude`, `files`, and `include` in your TypeScript configuration.
6868

6969
If passed a single file path ending with `.json`, that is treated as a TypeScript configuration file describing with files to convert.
7070

0 commit comments

Comments
 (0)