Skip to content

Instantly share code, notes, and snippets.

@adamweeks
Created January 15, 2016 16:15
Show Gist options
  • Save adamweeks/9a33b4bdbb0004ad7817 to your computer and use it in GitHub Desktop.
Save adamweeks/9a33b4bdbb0004ad7817 to your computer and use it in GitHub Desktop.
ESLint Disable Line snippet for VS Code
{
"ESLint Disable Line": {
"prefix": "eslignore",
"body": [
"//eslint-disable-line"
],
"description": "Disable ESLint for the given line"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment