Skip to content

Commit a1d8e6b

Browse files
committed
chore: minor ui fixes (#189)
Oms/fix4 (#191) * feat: change title to facultyName * chore: run prettier * chore: delete papers from ./public * chore: remove hardcoded data for q paper * feat: Migrate paper titles to faculty names and add subjects route chore: run prettier on all files feat: add vercel analytics (#192) * feat: add vercel analytics * chore: add lock * chore: add package-lock.json to prettierignore Oms/fix4 (#193) * feat: change title to facultyName * chore: run prettier * chore: delete papers from ./public * chore: remove hardcoded data for q paper * feat: Migrate paper titles to faculty names and add subjects route chore: run prettier on all files * Delete pnpm-lock.yaml * chore: fix upload chore: update title to FacultyName (#194) chore: remove extra subject field (#195) * chore: remove extra subject field * chore: add prettier checks
1 parent 639d467 commit a1d8e6b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+7385
-1791
lines changed

.husky/_/pre-commit

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
if [ "$SKIP_SIMPLE_GIT_HOOKS" = "1" ]; then
4+
echo "[INFO] SKIP_SIMPLE_GIT_HOOKS is set to 1, skipping hook."
5+
exit 0
6+
fi
7+
8+
if [ -f "$SIMPLE_GIT_HOOKS_RC" ]; then
9+
. "$SIMPLE_GIT_HOOKS_RC"
10+
fi
11+
12+
pnpm format

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Prevent usage of npm and yarn. Only pnpm is allowed.
22
packageManager=strict
3+
4+
# Suppress peer dependency warnings for packages not directly used
5+
strict-peer-dependencies=false

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock.json
2+
pnpm-lock.yaml

0 commit comments

Comments
 (0)