Last active
          October 28, 2021 18:35 
        
      - 
      
- 
        Save jasonappah/3f4d5884db8c4e8e17dfc2140c2d2577 to your computer and use it in GitHub Desktop. 
    Prettier config I like to use on most of my repos
  
        
  
    
      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": 90, | |
| "tabWidth": 4, | |
| "useTabs": true, | |
| "semi": true, | |
| "singleQuote": false, | |
| "trailingComma": "none", | |
| "bracketSpacing": false, | |
| "arrowParens": "always", | |
| "requirePragma": false, | |
| "insertPragma": false, | |
| "proseWrap": "always" | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment