Skip to content

Instantly share code, notes, and snippets.

@EmilyRosina
Created November 21, 2018 11:53
Show Gist options
  • Save EmilyRosina/03d7da92f17874392c0b51ff1a35a2ff to your computer and use it in GitHub Desktop.
Save EmilyRosina/03d7da92f17874392c0b51ff1a35a2ff to your computer and use it in GitHub Desktop.
Console.log with eslint-disable-line
{
"Console.log with eslint-disable-line": {
"prefix": "cl",
"body": [
"console.log(``, something) // eslint-disable-line no-console"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment