Skip to content

Commit

Permalink
feat: add frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Nov 6, 2024
1 parent 3b6bfbc commit a3e9550
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Binary file modified frontend/.yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/streamsaver": "^2",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
Expand Down
6 changes: 5 additions & 1 deletion frontend/prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"trailingComma": "all",
"jsxSingleQuote": true,
"bracketSpacing": true,
"plugins": ["prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-tailwindcss"],
"extends": [
"eslint:recommended",
"plugin:prettier/recommended"
]
}
16 changes: 14 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.1.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 10c0/6d332694b36bc9ac6fdb18d3ca2f6ac42afa2ad61f0493e89226950a7091e38981b66bac2b47ba39d15b73fff2cd32c78b850a9cf9eed9ca9a96bfb2f3a2f10d
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.6, eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
Expand Down Expand Up @@ -2280,6 +2291,7 @@ __metadata:
bytes: "npm:^3.1.2"
eslint: "npm:^8"
eslint-config-next: "npm:14.2.9"
eslint-config-prettier: "npm:^9.1.0"
fflate: "npm:^0.8.2"
jszip: "npm:^3.10.1"
lucide-react: "npm:^0.439.0"
Expand Down Expand Up @@ -5153,11 +5165,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=5adc0c"
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
languageName: node
linkType: hard

Expand Down

0 comments on commit a3e9550

Please sign in to comment.