Created
November 21, 2018 11:53
-
-
Save EmilyRosina/03d7da92f17874392c0b51ff1a35a2ff to your computer and use it in GitHub Desktop.
Console.log with eslint-disable-line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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