We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@vue/compiler-sfc
vue
1 parent b7b719e commit b403435Copy full SHA for b403435
package.json
@@ -52,13 +52,8 @@
52
"prepare": "simple-git-hooks"
53
},
54
"peerDependencies": {
55
- "eslint": "^8.50.0",
56
- "vue": "^3.3.0"
57
- },
58
- "peerDependenciesMeta": {
59
- "vue": {
60
- "optional": true
61
- }
+ "@vue/compiler-sfc": "^3.3.0",
+ "eslint": "^8.50.0"
62
63
"devDependencies": {
64
"@antfu/eslint-config": "^2.3.4",
src/index.ts
@@ -1,6 +1,6 @@
1
import type { Linter } from 'eslint'
2
-import type { SFCBlock } from 'vue/compiler-sfc'
3
-import { parse } from 'vue/compiler-sfc'
+import type { SFCBlock } from '@vue/compiler-sfc'
+import { parse } from '@vue/compiler-sfc'
4
5
interface Block extends Linter.ProcessorFile {
6
wrapper: TextWrapper
0 commit comments