TypeScript has compiler options for several lint style checks like noUnusedLocals. For such checks it can be desirable to turn them of for a specifc location in the code. Now that there is support for // @ts-nocheck comments, this comment should also be support for the lint style options TS supports.
TypeScript has compiler options for several lint style checks like
noUnusedLocals. For such checks it can be desirable to turn them of for a specifc location in the code. Now that there is support for// @ts-nocheckcomments, this comment should also be support for the lint style options TS supports.