Last active
April 10, 2019 19:32
-
-
Save stackdumper/3aee02704c04fc261ffbae7df7f57a61 to your computer and use it in GitHub Desktop.
Prettier typescript config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"semi": false, | |
"tabWidth": 2, | |
"printWidth": 90, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"arrowParens": "always", | |
"parser": "typescript", | |
"endOfLine": "lf" | |
} |
Author
stackdumper
commented
Oct 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment