Skip to content

Instantly share code, notes, and snippets.

@goeroeku
Created March 11, 2020 04:27
Show Gist options
  • Save goeroeku/7f25212cbc0f3c623982e3aef90d2fe6 to your computer and use it in GitHub Desktop.
Save goeroeku/7f25212cbc0f3c623982e3aef90d2fe6 to your computer and use it in GitHub Desktop.
All about VS Code - Prettier - ESLint

Rule:

  1. wraping if length : 100
  2. using single Quote
  3. using comma
  4. using parenthesis
{
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "all",
  "arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment