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-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ add you like rules to your `.eslintrc` file:
90
90
```
91
91
### TypeScript Aware Rules
92
92
93
-
Type aware rules are enabled when a `tsconfig.eslint.json` is found in the project root. Refer to [this file](https://github.com/kirklin/eslint-config/blob/main/packages/typescript/index.js#L17).
93
+
Type aware rules are enabled when a `tsconfig.eslint.json` is found in the project root. Refer to [this file](https://github.com/kirklin/eslint-config/blob/master/packages/typescript/index.js#L17).
Copy file name to clipboardExpand all lines: packages/all/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@ add you like rules to your `.eslintrc` file:
88
88
}
89
89
}
90
90
```
91
+
### TypeScript Aware Rules
92
+
93
+
Type aware rules are enabled when a `tsconfig.eslint.json` is found in the project root. Refer to [this file](https://github.com/kirklin/eslint-config/blob/master/packages/typescript/index.js#L17).
0 commit comments