-
### Environment information
```bash
Currently useImportExtensions rule proposed fix uses a real file extension, which in case of TypeScript is ".ts". This is not correct.
See this discussion:
ht…
-
![image](https://user-images.githubusercontent.com/2827047/56027756-f6099e80-5d16-11e9-8ed5-eab7d70d85cb.png)
I've tried adding `javascriptreact` to the languages list without success:
```json
…
-
I have something like this
```
return (
{this.props.users}
?
);
```
and I don't get hover tooltip working for my app. Has anyone had similar issue or know how to…
-
**Context:**
- Browser Brave
- Browser-version: Versión 1.71.104 Chromium: 129.0.6668.89 (Build oficial) beta (64 bits)
- Schedule-X version: 2.3.0
- Vue 3.5.10
**Describe the bug**
After up…
-
### Describe the bug
The `a11y-label-has-associated-control` linting error is raised whenever a nested control is contained in a child component. For example, if you have a custom component, `TextInp…
-
My error is:
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it…
-
**no-unused-state**
```
state = {
id: null,
name: '',
age: 0,
}
```
```
const {
id,
...data
} = this.state;
console.log('data', data);
```
`name` and `age` should not …
-
Is it possible to do something similar to `eval(compile(\`...\`))` but with a template tag function?
For example, instead of
```jsx
const div = ;
```
we could write
```js
const div = s`…
-
Error location
## Motivation
webhint reports errors for many different types of files. Unfortunately the error location
isn't always consistent. For example, when reporting errors in `html` we …
-
### Describe the bug
`yarn start` or `yarn build` are not throwing any type errors.
### Did you try recovering your dependencies?
I have tried a fresh install.
### Which terms did …