mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Switched from npm to yarn
This commit is contained in:
parent
e3d9b01872
commit
03d97203aa
4 changed files with 3911 additions and 7115 deletions
18
.github/workflows/eslint.yml
vendored
18
.github/workflows/eslint.yml
vendored
|
@ -32,15 +32,15 @@ jobs:
|
|||
|
||||
- name: Install ESLint
|
||||
run: |
|
||||
npm install @next/eslint-plugin-next
|
||||
npm install @typescript-eslint/eslint-plugin
|
||||
npm install @typescript-eslint/parser
|
||||
npm install @microsoft/eslint-formatter-sarif
|
||||
npm install eslint-config-next
|
||||
npm install eslint-config-prettier
|
||||
npm install typescript
|
||||
npm install eslint
|
||||
npm install next
|
||||
yarn add @next/eslint-plugin-next
|
||||
yarn add @typescript-eslint/eslint-plugin
|
||||
yarn add @typescript-eslint/parser
|
||||
yarn add @microsoft/eslint-formatter-sarif
|
||||
yarn add eslint-config-next
|
||||
yarn add eslint-config-prettier
|
||||
yarn add typescript
|
||||
yarn add eslint
|
||||
yarn add next
|
||||
|
||||
- name: Run ESLint
|
||||
run: npx next lint
|
||||
|
|
7105
package-lock.json
generated
7105
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,7 +12,7 @@
|
|||
"format:fix": "prettier --write --ignore-path .gitignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.0.0-beta.35",
|
||||
"@clerk/nextjs": "^5.0.0-beta.40",
|
||||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.11.0",
|
||||
|
|
Loading…
Reference in a new issue