Closed benny123tw closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
defaang | ✅ Ready (Inspect) | Visit Preview | Sep 4, 2022 at 6:54AM (UTC) |
string[]
-> Array<string>
https://github.com/ykdojo/defaang/blob/bd38360602c67ef36b5d16b92ff6c7682a6c74a1/src/components/Header.tsx#L8
Also, while you are at it can you also add this rule: https://typescript-eslint.io/rules/consistent-type-definitions
string[]
->Array<string>
Also, while you are at it can you also add this rule: https://typescript-eslint.io/rules/consistent-type-definitions
yes, what type do you prefer? interface
?
yes, what type do you prefer? interface?
yeah
👨💻 Changes proposed
@typescript-eslint/array-type
default togeneric
📄 Note to reviewers