-
Duplicate of #37 since it was closed and I cannot re-open it.
-
yarn install fails once the project is generated:
```shell
F:\work\projects\quini\vuejs\vuetify-preset-test>vue info
Environment Info:
System:
OS: Windows 10
CPU: (16) x64 Intel(…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html)
- [x] I have trie…
-
Seems like the package is missing something when forwarding paths into the eslint in some cases.
In my case the standardx lint is working properly only on the terminal, when using the linter on any I…
-
I noticed that you are creating variables and not using them. You are not doing this in just about every method. Please go through your code and remove this.
I also recommend installing a linter in…
-
Implementing the tutorial code for chapter 12 of the child component `ChildComp.vue`
```vue
// "props' is assigned a value but never used"
const props = defineProps({
msg: String,
});
…
-
Is there currently any way to validate flow on edit (or any plans for it)?
It is a bit annoy to see errors after I have fixed them or not see errors until I save the file.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### What version of Next.js are you using?
canary
### What version of Node.js are you using?
14.16.0
### What browser are you using?
Chrome
### What operating system are you using?
…
-
VSCode intellisense does not seem to respect all lower-case `@inheritdoc` in tsdoc comments. It seems to only respect the camelCase `@inheritDoc`. Other tools (e.g. API-Extractor) do not seem to have …