You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default tslint:disable is added to the top of the generated types file. Now that TSLint is deprecated and ESLint is the official way to lint TypeScript files it would be nice to add an eslint-disable comment to the top of the file as well.
By default
tslint:disableis added to the top of the generated types file. Now that TSLint is deprecated and ESLint is the official way to lint TypeScript files it would be nice to add aneslint-disablecomment to the top of the file as well.