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
docs: add new link to typescript-eslints supported rules (#300)
* docs: add new link to typescript-eslints supported rules
... as they seems to have overhauled their README respectively documentation
* docs: add link to Nuxt 3's TypeScript support docs
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,7 @@ And in your `.eslintrc` all you need is :
114
114
```
115
115
116
116
You can then edit/override same rules as you could with `@nuxtjs/eslint-config` but also TypeScript rules.
117
-
You can find the list of supported TypeScript rules [here](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported-rules).
118
-
119
-
Also see [Nuxt TypeScript Support](https://typescript.nuxtjs.org/guide/lint.html).
117
+
You can find the list of supported TypeScript rules [here](https://typescript-eslint.io/rules/#supported-rules) and you can read more about Nuxt's TypeScript support [in the docs](https://nuxt.com/docs/guide/concepts/typescript).
0 commit comments