Created
          January 14, 2024 17:43 
        
      - 
      
 - 
        
Save SumirVats2003/37b059041b892bc33e1391318b94c953 to your computer and use it in GitHub Desktop.  
    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
    
  
  
    
  | { | |
| "arrowParens": "avoid", | |
| "bracketSpacing": true, | |
| "htmlWhitespaceSensitivity": "css", | |
| "insertPragma": false, | |
| "jsxBracketSameLine": false, | |
| "jsxSingleQuote": true, | |
| "printWidth": 80, | |
| "proseWrap": "always", | |
| "quoteProps": "as-needed", | |
| "requirePragma": false, | |
| "semi": false, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "trailingComma": "all", | |
| "useTabs": false | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment