Compare commits
No commits in common. "50b6d4623eab3ab63bc6a6b8efb6c23c37adf93b" and "0a72ce2a44028d65b4d12e7ed1ba2a91e7081b82" have entirely different histories.
50b6d4623e
...
0a72ce2a44
|
@ -38,7 +38,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"complexity": "off",
|
|
||||||
"no-await-in-loop": "off",
|
"no-await-in-loop": "off",
|
||||||
"quotes": [
|
"quotes": [
|
||||||
"error",
|
"error",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/eslint-config",
|
"name": "@bauke/eslint-config",
|
||||||
"description": "Shareable ESLint configuration.",
|
"description": "Shareable ESLint configuration.",
|
||||||
"version": "0.1.5",
|
"version": "0.1.4",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -10,15 +10,15 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/parser": "^6.18.1",
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.45.0",
|
||||||
"eslint-plugin-astro": "^0.31.1",
|
"eslint-plugin-astro": "^0.27.2",
|
||||||
"eslint-plugin-mdx": "^3.1.5"
|
"eslint-plugin-mdx": "^2.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@typescript-eslint/parser": "^6.18.1",
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.45.0",
|
||||||
"eslint-plugin-astro": "^0.31.1",
|
"eslint-plugin-astro": "^0.27.2",
|
||||||
"eslint-plugin-mdx": "^3.1.5"
|
"eslint-plugin-mdx": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/prettier-config",
|
"name": "@bauke/prettier-config",
|
||||||
"description": "Shareable Prettier configuration.",
|
"description": "Shareable Prettier configuration.",
|
||||||
"version": "0.1.5",
|
"version": "0.1.4",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -10,9 +10,9 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier-plugin-astro": "^0.12.3"
|
"prettier-plugin-astro": "^0.11.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"prettier-plugin-astro": "^0.12.3"
|
"prettier-plugin-astro": "^0.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/stylelint-config",
|
"name": "@bauke/stylelint-config",
|
||||||
"description": "Shareable Stylelint configuration.",
|
"description": "Shareable Stylelint configuration.",
|
||||||
"version": "0.1.5",
|
"version": "0.1.4",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -10,11 +10,11 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylelint": "^16.1.0",
|
"stylelint": "^15.10.1",
|
||||||
"stylelint-config-standard-scss": "^13.0.0"
|
"stylelint-config-standard-scss": "^10.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"stylelint": "^16.1.0",
|
"stylelint": "^15.10.1",
|
||||||
"stylelint-config-standard-scss": "^13.0.0"
|
"stylelint-config-standard-scss": "^10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"@bauke/eslint-config": "workspace:*",
|
"@bauke/eslint-config": "workspace:*",
|
||||||
"@bauke/prettier-config": "workspace:*",
|
"@bauke/prettier-config": "workspace:*",
|
||||||
"@bauke/stylelint-config": "workspace:*",
|
"@bauke/stylelint-config": "workspace:*",
|
||||||
"stylelint": "^16.1.0",
|
"stylelint": "^15.10.1",
|
||||||
"xo": "^0.56.0"
|
"xo": "^0.55.0"
|
||||||
},
|
},
|
||||||
"prettier": "@bauke/prettier-config",
|
"prettier": "@bauke/prettier-config",
|
||||||
"stylelint": {
|
"stylelint": {
|
||||||
|
|
2827
pnpm-lock.yaml
2827
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue