Skip to content

Commit

Permalink
chore: Changed dependabot. Fixed peerpackage conflict
Browse files Browse the repository at this point in the history
Downgraded eslint. Using corepack now. Added .prettierignore

pnpm v9 cant be used now, use corepack
  • Loading branch information
Joery-M committed Jun 6, 2024
1 parent a7d26df commit a3c0e2b
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 128 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
interval: weekly
groups:
vue:
patterns:
- "vue"
- "vue-tsc"
- "@vue/*"
- "@babel/types"
vueuse:
patterns:
- "@vueuse/*"
eslint:
update-types:
- "patch"
- "minor"
patterns:
- "@typescript-eslint/*"
- "eslint-*"
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.github
pnpm-lock.yaml
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "cd packages/safelight && pnpm dev",
"dev:darkroom": "pnpm build:packages && cd packages/darkroom && pnpm dev:web",
"lint": "pnpm run \"/lint:\"/",
"lint:prettier": "prettier . --write --ignore-path .gitignore",
"lint:prettier": "prettier . --write --ignore-path .gitignore --ignore-path .prettierignore",
"lint:eslint": "eslint ./packages/**/*{.ts,.js,.vue}"
},
"workspaces": [
Expand All @@ -35,7 +35,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/browser": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^9.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.17.1",
Expand All @@ -46,5 +46,6 @@
"vite": "^5.2.12",
"vitest": "^1.6.0",
"vue": "^3.4.26"
}
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}
Loading

0 comments on commit a3c0e2b

Please sign in to comment.