You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ _Default: none_
64
64
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).
65
65
Comments such as `// tslint:disable: tslint-rule-name` will be converted to equivalents like `// eslint-disable eslint-rule-name`.
66
66
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.
68
68
69
69
If passed a single file path ending with `.json`, that is treated as a TypeScript configuration file describing with files to convert.
0 commit comments