Skip to content

Instantly share code, notes, and snippets.

@emalgholzad
Created June 20, 2018 13:33
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 emalgholzad/4d689e8e7bde593d32173f63afc64643 to your computer and use it in GitHub Desktop.
Save emalgholzad/4d689e8e7bde593d32173f63afc64643 to your computer and use it in GitHub Desktop.
ESLint disable line and block
// eslint-disable-line
/* eslint-disable no-alert, no-console */
/* eslint-disable */
alert('foo');
/* eslint-enable */
// eslint-disable-line no-use-before-define
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment