Skip to content

Instantly share code, notes, and snippets.

@ne2da
Created April 23, 2021 08:11
Show Gist options
  • Save ne2da/f1fcf147a31150a960288a1693ebaff2 to your computer and use it in GitHub Desktop.
Save ne2da/f1fcf147a31150a960288a1693ebaff2 to your computer and use it in GitHub Desktop.
Базовые настройки конфига .prettierrc для Prettier
{
"prettier/prettier": [
"error",
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment