Created
December 24, 2019 04:35
-
-
Save mpcen/23007849e6ec71b6ba6aae97059f726a to your computer and use it in GitHub Desktop.
package.json prettier 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
"prettier": { | |
"tabWidth": 4, | |
"trailingComma": "none", | |
"singleQuote": true, | |
"printWidth": 110 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment