Skip to content

Instantly share code, notes, and snippets.

@adityatyagi
Created March 21, 2020 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityatyagi/5991615df413bc2aac9903545c27ec1f to your computer and use it in GitHub Desktop.
Save adityatyagi/5991615df413bc2aac9903545c27ec1f to your computer and use it in GitHub Desktop.
/* tslint:disable */
sampleFunctionToIgnoreDuringLinting(){
console.log('This function will not be linted by tslint');
}
/* tslint:enable */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment