Skip to content

Instantly share code, notes, and snippets.

@cori
Created July 11, 2018 13:24
Show Gist options
  • Save cori/271eaf502ca6a58e92ce263a48d556ec to your computer and use it in GitHub Desktop.
Save cori/271eaf502ca6a58e92ce263a48d556ec to your computer and use it in GitHub Desktop.
VS Code settings for eslint options blob (specifically disable no-console)
{
"eslint.options": { "rules":{"no-console": 0} }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment