microsoft / typescript-styled-plugin

TypeScript server plugin that adds intellisense to styled component css strings
MIT License
839 stars 58 forks source link

Replace deprecated tslint with eslint (addition of prettier) #130

Closed jasonwilliams closed 3 years ago

jasonwilliams commented 3 years ago

tslint has been deprecated, Typescript can now be linted with eslint. This PR makes the migration towards eslint as the linter. Prettier has been included to help with formatting also.

mjbvz commented 3 years ago

Thanks!