I am currently working on a project using React TypeScript, and I have been utilizing Prettier to help me format the code. Within my TS files, I have several interfaces that utilize Array<T>
, but I would like to reformat it to T[]
.
Is there a way for me to achieve this?