Template for starting apps, powered by Next.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
148 B

  1. {
  2. "jsxSingleQuote": false,
  3. "semi": false,
  4. "jsxBracketSameLine": false,
  5. "singleQuote": true,
  6. "trailingComma": "all",
  7. "bracketSpacing": false
  8. }