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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Consider taking a peek at the relevant documentation: 🤔
21
21
22
22
## Usage
23
23
24
+
> ⚠ Coming from Angular? Use **[angular-eslint](https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-codelyzer-and-tslint)** instead to coordinate around this tool and others.
25
+
24
26
```shell
25
27
npx tslint-to-eslint-config
26
28
```
@@ -162,7 +164,6 @@ _Default: `tsconfig.json`_
162
164
Path to a TypeScript configuration file to read TypeScript compiler options from.
163
165
This will help inform the generated ESLint configuration file's [env](https://eslint.org/docs/user-guide/configuring#specifying-parser-options) settings.
164
166
165
-
166
167
## Node API
167
168
168
169
You can use `tslint-to-eslint-config` programmatically via its exported functions.
0 commit comments