Skip to content

Instantly share code, notes, and snippets.

@marcosperez
Last active November 21, 2021 01:35
Show Gist options
  • Save marcosperez/5463a1029821c52dc13ba86d4f8f71c1 to your computer and use it in GitHub Desktop.
Save marcosperez/5463a1029821c52dc13ba86d4f8f71c1 to your computer and use it in GitHub Desktop.
Configuracion para buenas practicas de priettier
{
"singleQuote": true,
"jsxBracketSameLine": false,
"useTabs": false,
"eslintIntegration": false,
"tslintIntegration": true,
"requireConfig": false,
"stylelintIntegration": false,
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": true,
"tsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"tabWidth": 2,
"trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment