mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 03:32:51 +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
|
- name: Install ESLint
|
||||||
run: |
|
run: |
|
||||||
npm install @next/eslint-plugin-next
|
yarn add @next/eslint-plugin-next
|
||||||
npm install @typescript-eslint/eslint-plugin
|
yarn add @typescript-eslint/eslint-plugin
|
||||||
npm install @typescript-eslint/parser
|
yarn add @typescript-eslint/parser
|
||||||
npm install @microsoft/eslint-formatter-sarif
|
yarn add @microsoft/eslint-formatter-sarif
|
||||||
npm install eslint-config-next
|
yarn add eslint-config-next
|
||||||
npm install eslint-config-prettier
|
yarn add eslint-config-prettier
|
||||||
npm install typescript
|
yarn add typescript
|
||||||
npm install eslint
|
yarn add eslint
|
||||||
npm install next
|
yarn add next
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx next lint
|
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 ."
|
"format:fix": "prettier --write --ignore-path .gitignore ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clerk/nextjs": "^5.0.0-beta.35",
|
"@clerk/nextjs": "^5.0.0-beta.40",
|
||||||
"@hello-pangea/dnd": "^16.6.0",
|
"@hello-pangea/dnd": "^16.6.0",
|
||||||
"@liveblocks/client": "^1.11.0",
|
"@liveblocks/client": "^1.11.0",
|
||||||
"@liveblocks/node": "^1.11.0",
|
"@liveblocks/node": "^1.11.0",
|
||||||
|
|
Loading…
Reference in a new issue