Compare commits
No commits in common. "7a29bba1fc002e873e477a556ad79a1295c395fb" and "ad605abe8d99ce011f640a03e6517636c1982e0a" have entirely different histories.
7a29bba1fc
...
ad605abe8d
|
@ -10,6 +10,6 @@
|
|||
"lint": "turbo run lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^1.10.1"
|
||||
"turbo": "^1.6.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
}
|
||||
],
|
||||
"rules": {
|
||||
"no-await-in-loop": "off",
|
||||
"quotes": [
|
||||
"error",
|
||||
"double"
|
||||
|
|
|
@ -10,15 +10,15 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint-plugin-mdx": "^2.1.0"
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": ">=8.28.0",
|
||||
"eslint-plugin-astro": "^0.21.0",
|
||||
"eslint-plugin-mdx": "^2.0.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint-plugin-mdx": "^2.1.0"
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": ">=8.28.0",
|
||||
"eslint-plugin-astro": "^0.21.0",
|
||||
"eslint-plugin-mdx": "^2.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier-plugin-astro": "^0.10.0"
|
||||
"prettier-plugin-astro": "^0.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prettier-plugin-astro": "^0.10.0"
|
||||
"prettier-plugin-astro": "^0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^15.7.0",
|
||||
"stylelint-config-standard-scss": "^9.0.0"
|
||||
"stylelint": ">=14.15.0",
|
||||
"stylelint-config-standard-scss": "^6.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"stylelint": "^15.7.0",
|
||||
"stylelint-config-standard-scss": "^9.0.0"
|
||||
"stylelint": ">=14.15.0",
|
||||
"stylelint-config-standard-scss": "^6.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"stylelint-config-standard-scss"
|
||||
],
|
||||
"rules": {
|
||||
"no-descending-specificity": null
|
||||
"no-descending-specificity": null,
|
||||
"string-quotes": "double"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"@bauke/eslint-config": "workspace:*",
|
||||
"@bauke/prettier-config": "workspace:*",
|
||||
"@bauke/stylelint-config": "workspace:*",
|
||||
"stylelint": "^15.7.0",
|
||||
"xo": "^0.54.2"
|
||||
"stylelint": "^14.15.0",
|
||||
"xo": "^0.53.1"
|
||||
},
|
||||
"prettier": "@bauke/prettier-config",
|
||||
"stylelint": {
|
||||
|
|
3487
pnpm-lock.yaml
3487
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue