glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.3k stars 1.07k forks source link

chore: Replace tslint with eslint #2555

Closed inferrinizzard closed 5 months ago

inferrinizzard commented 5 months ago

Description

Replaces tslint with eslint, does not autofix any problems yet Also standardises json formatting in vscode

Motivation and Context

tslint has been deprecated for quite some time in favour of @typescript-eslint so this PR updates the repo linting config and rules

Previous Behaviour / Output

N/a

New Behaviour / Output

N/a

How Has This Been Tested?

N/a

Screenshots (if appropriate):

N/a