Last active
March 31, 2018 22:55
-
-
Save pash90/18e5ac714ce3b742c78b44c5bca31230 to your computer and use it in GitHub Desktop.
Config for Prettier for TS/JS Projects
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
{ | |
"printWidth": 100, | |
"noSemi": true, | |
"trailingComma": "es5", | |
"jsxBracketSameLine": true, | |
"rcVerbose": true, | |
"useTabs": true, | |
"tabWidth": 2, | |
"singleQuote": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment