Created
July 11, 2018 13:24
-
-
Save cori/271eaf502ca6a58e92ce263a48d556ec to your computer and use it in GitHub Desktop.
VS Code settings for eslint options blob (specifically disable no-console)
This file contains 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
{ | |
"eslint.options": { "rules":{"no-console": 0} } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment