Rename website project dir

This commit is contained in:
Aaron Po
2026-03-07 23:31:43 -05:00
parent 9238036042
commit 093062f7b2
347 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": ["next/core-web-vitals", "airbnb-base", "airbnb-typescript", "prettier"],
"rules": {
"arrow-body-style": "off",
"import/extensions": "warn",
"import/order": "warn",
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }]
},
"parserOptions": {
"project": ["./tsconfig.json"]
}
}

View File

@@ -0,0 +1,2 @@
node_modules
.next

View File

@@ -0,0 +1,14 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"jsxSingleQuote": false,
"printWidth": 90,
"proseWrap": "always",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"plugins": ["prettier-plugin-jsdoc", "prettier-plugin-tailwindcss"]
}

View File

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 515 B

View File

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 961 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Some files were not shown because too many files have changed in this diff Show More