We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4358932 commit a379363Copy full SHA for a379363
website/src/pages/index.mdx
@@ -460,8 +460,8 @@ app.listen(process.env.PORT, () => {...}
460
href="https://typescript-eslint.io/rules/array-type/#generic"
461
>{`'@typescript-eslint/array-type': ['error', { default: 'generic' }]`}</Rule>
462
<Note>
463
- As there is no functional difference between 'generic' and 'array' definition, feel free to set the one your team
464
- finds most readable to work with.
+ Since there is no functional difference between the 'generic' and 'array' definitions, feel free to choose the one
+ that your team finds most readable.
465
</Note>
466
467
```ts
0 commit comments