Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: linting errors
  • Loading branch information
HiDeoo committed Oct 7, 2025
commit 79abdfee15fab92c91f3519fcc13bf89362e825a
2 changes: 1 addition & 1 deletion packages/starlight-plugin-demo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function starlightPluginDemo(): StarlightPlugin {
return {
name: 'starlight-plugin-demo',
hooks: {
'config:setup': async ({ addIntegration }) => {
'config:setup': ({ addIntegration }) => {
addIntegration({
name: 'starlight-plugin-integration',
hooks: {
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-plugin-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@astrojs/starlight": "^0.35.2"
"@astrojs/starlight": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/integrations/vite-layer-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function vitePluginStarlightCssLayerOrder(): VitePlugin {

try {
ast = this.parse(code);
} catch (error) {
} catch {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading