Last active
December 16, 2021 10:47
-
-
Save oguzkaracar/30fe2de80a7817bc3d3c53a5a0b7571d to your computer and use it in GitHub Desktop.
prettierrc - react-development
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
{ | |
"arrowParens": "avoid", | |
"printWidth": 100, | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": true, | |
"singleQuote": true, | |
"trailingComma": "none", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": true, | |
"fluid": false, | |
} | |
// -------- 16.12 -------------- | |
{ | |
"printWidth": 100, | |
"tabWidth": 2, | |
"useTabs": false, | |
"semi": true, | |
"singleQuote": true, | |
"trailingComma": "none", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": true, | |
"fluid": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment