-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
@vue/language-plugin-pug
as optional peer dep
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,15 @@ | |
"repository": "simonhaenisch/prettier-plugin-organize-imports", | ||
"homepage": "https://github.com/simonhaenisch/prettier-plugin-organize-imports#readme", | ||
"peerDependencies": { | ||
"@vue/language-plugin-pug": "^2.0.24", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
simonhaenisch
Author
Owner
|
||
"prettier": ">=2.0", | ||
"typescript": ">=2.9", | ||
"vue-tsc": ">=2.0.24" | ||
"vue-tsc": "^2.0.24" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@vue/language-plugin-pug": { | ||
"optional": true | ||
}, | ||
"vue-tsc": { | ||
"optional": true | ||
} | ||
|
This is actually not needed. The plugin name is interpreted as an absolute path when executing
createParsedCommandLine
, so there is no reliance on relative directory imports.