-
There's some variable definition consistency issues (use camelCase), variable scope shadowing issues, and other minor hygiene like line length and using `!==` instead of `!=`
```
yarn run v1.15.2
…
-
I am using vue plugin as the directive with following mask variables:
```
mask: {
mapToRadix: ['.'],
mask: Number,
max: 9999999.99,
min: 0,
normalizeZero…
-
### Current behavior
When component testing, Cypress does not seem to be able to load the spec file contents. Cypress does list my spec file, but when I click to run it it keeps infinitely loading.…
-
It should be possible (keyboard) tab to all dropdown items. Usually, this is handled by an external component/aria library (eg. react-aria, headlessui, radix-ui). Not sure what's the best for Vue, but…
-
### Subject of the issue
I am receiving this error with a file as simple as this:
`
# Menu List
Let's define a story for our `TableRowMenu` component:
`
error:
`
#####/stories/TableRowMe…
-
ESLint hangs after it finishes the lint successfully:
```
$ vue-cli-service lint
DONE No lint errors found!
```
I copied the config file into my `.eslint.config.js` file and tried to comment …
-
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have updated to the latest version of the packages.
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-e…
-
**Tell us about your environment**
* **ESLint version: v6.6.0**
* **eslint-plugin-vue version: v4.7.1.**
* **Node version: v12.8.0**
**Please show your full configuration:**
```json
// …
-
### What package has an issue
@mantine/core
### Describe the bug
`` dropdown has a horizontal scrollbar.
The generated HTML is
```
React
…
-
### CodePen demo
https://codepen.io/pen?template=wGqJEz
### Steps to reproduce the problem
1. Run UI tests with jsdom
2. Get exception `TypeError: document.createRange is not a fun…