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