.prettierrc 84 B

123456
  1. {
  2. "printWidth": 140,
  3. "useTabs": false,
  4. "semi": true,
  5. "singleQuote": false
  6. }