Skip to content

Commit

Permalink
feat: base structure
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Dec 22, 2024
1 parent 12f11e9 commit 2ed5968
Show file tree
Hide file tree
Showing 386 changed files with 13,167 additions and 31,321 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependency directories
node_modules/
16 changes: 16 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5",
"arrowParens": "always",
"tabWidth": 2,
"useTabs": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"bracketSpacing": true,
"bracketSameLine": false,
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
"importOrderParserPlugins": ["typescript", "jsx", "decorators"],
"importOrderSeparation": true
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
Binary file removed fern/api-reference/audio/output.mp3
Binary file not shown.
202 changes: 0 additions & 202 deletions fern/api-reference/getting-started.mdx

This file was deleted.

Loading

0 comments on commit 2ed5968

Please sign in to comment.