Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Apr 9, 2024
1 parent cf58452 commit d7dc920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2853,4 +2853,4 @@
"type": "object"
}
}
}
}
2 changes: 1 addition & 1 deletion test/parser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve } from 'node:path'
import { describe, expect, it } from 'vitest'
import { getRouteBlock, resolveOptions, getRouteSfcBlock } from '../packages/core/src/index'
import { getRouteBlock, getRouteSfcBlock, resolveOptions } from '../packages/core/src/index'

const options = resolveOptions({})
const pagesJson = 'packages/playground/src/pages/test-json.vue'
Expand Down

0 comments on commit d7dc920

Please sign in to comment.