Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Last active June 28, 2020 07:30
Show Gist options
  • Save DopamineDriven/202da49b0f35766691d1c70a1dfbd1bc to your computer and use it in GitHub Desktop.
Save DopamineDriven/202da49b0f35766691d1c70a1dfbd1bc to your computer and use it in GitHub Desktop.
{
"javascript.updateImportsOnFileMove.enabled": "always",
"prettier.useTabs": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"prettier.trailingComma": "none",
"eslint.alwaysShowStatus": true,
"eslint.debug": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment