Skip to content

website repo for coming soon page of TEDxGECRIT '23 event at RIT Kottayam, Kerala, India

License

Notifications You must be signed in to change notification settings

tedxgecrit/tedxgecrit23-coming-soon

Repository files navigation

tedx-coming-soon

The prettier config files used are:

  1. .prettierrc.json
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "endOfLine": "lf",
  "htmlWhitespaceSensitivity": "css",
  "insertPragma": false,
  "singleAttributePerLine": false,
  "bracketSameLine": false,
  "jsxSingleQuote": false,
  "printWidth": 80,
  "proseWrap": "preserve",
  "quoteProps": "as-needed",
  "requirePragma": false,
  "semi": true,
  "singleQuote": false,
  "tabWidth": 2,
  "trailingComma": "es5",
  "useTabs": false,
  "embeddedLanguageFormatting": "auto",
  "plugins": ["prettier-plugin-tailwindcss"]
}
  1. .prettierignore
    node_modules
    .next
    yarn.lock
    package-lock.json
    public