1
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Bauke 7a29bba1fc
Update all dependencies. 2023-06-06 14:19:35 +02:00
Bauke 3b265df2f8
Remove the deprecated string-quotes rule. 2023-06-06 14:19:23 +02:00
Bauke 6fdc66e727
Disable no-await-in-loop. 2023-06-06 14:12:58 +02:00
Bauke 9069280c83
Update turbo. 2023-06-04 21:13:58 +02:00
8 changed files with 2076 additions and 1451 deletions

View File

@ -10,6 +10,6 @@
"lint": "turbo run lint"
},
"devDependencies": {
"turbo": "^1.6.3"
"turbo": "^1.10.1"
}
}

View File

@ -38,6 +38,7 @@
}
],
"rules": {
"no-await-in-loop": "off",
"quotes": [
"error",
"double"

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -4,7 +4,6 @@
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "double"
"no-descending-specificity": null
}
}

View File

@ -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": {

File diff suppressed because it is too large Load Diff