Skip to content

Instantly share code, notes, and snippets.

@tnerbovik
Last active May 4, 2018 19:39
Show Gist options
  • Save tnerbovik/33a8ba333fc26445075edc869b75633e to your computer and use it in GitHub Desktop.
Save tnerbovik/33a8ba333fc26445075edc869b75633e to your computer and use it in GitHub Desktop.
prettier-eslint-tslint
{
"extends": ["plugin:prettier/recommended"]
}
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"semi": true,
"useTabs": false
}
{
"extends": ["tslint-eslint-rules", "tslint-config-prettier"]
}
yarn add --dev prettier tslint eslint tslint-config-prettier tslint-eslint-rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment