Skip to content

Commit

Permalink
Team request edit (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiphucnguyen authored Nov 25, 2024
1 parent 8a763ae commit 9024f7b
Show file tree
Hide file tree
Showing 133 changed files with 1,942 additions and 4,677 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import globals from "globals";
export default [
{
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
ignores: [".next/**"],
ignores: [".next", ".next/**"],
plugins: {
"unused-imports": unusedImports,
"simple-import-sort": simpleImportSort,
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,11 @@
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-table": "^8.20.5",
"@tiptap/extension-code-block-lowlight": "^2.10.2",
"@tiptap/extension-color": "^2.10.2",
"@tiptap/extension-heading": "^2.10.2",
"@tiptap/extension-horizontal-rule": "^2.10.2",
"@tiptap/extension-image": "^2.10.2",
"@tiptap/extension-link": "^2.10.2",
"@tiptap/extension-placeholder": "^2.10.2",
"@tiptap/extension-text-style": "^2.10.2",
"@tiptap/extension-typography": "^2.10.2",
"@tiptap/extension-underline": "^2.10.2",
"@tiptap/core": "^2.10.2",
"@tiptap/pm": "^2.10.2",
"@tiptap/react": "^2.10.2",
"@tiptap/starter-kit": "^2.10.2",
"@tiptap/extension-link": "^2.10.2",
"@types/qs": "^6.9.17",
"auth": "^1.2.3",
"class-variance-authority": "^0.7.0",
Expand Down
142 changes: 17 additions & 125 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/init_git_hooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git add .
echo "Code formatting successful and staged."
npx eslint --fix
npx eslint --fix --ignore-pattern '.next/**'
if [ $? -ne 0 ]; then
echo "Eslint failed. Commit aborted."
Expand Down
Loading

0 comments on commit 9024f7b

Please sign in to comment.