Created
July 17, 2020 09:59
-
-
Save koremp/149575f825f77e43c10f9ba2e32d7a9e to your computer and use it in GitHub Desktop.
For React.js Project
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
| { | |
| "singleQuote": true, | |
| "semi": true, | |
| "useTabs": false, | |
| "tabWidth": 2, | |
| "trailingComma": "all", | |
| "printWidth": 80 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment