Skip to content

Commit 8b1ef2b

Browse files
authored
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
1 parent d4a9fa7 commit 8b1ef2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ And in your `.eslintrc` all you need is :
114114
```
115115

116116
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).
120118

121119
### License
122120

0 commit comments

Comments
 (0)