-
## Proposal
In package.json, add peerDependencies to block install with an old Eslint version
i.e. :
```json
"peerDependencies": {
"eslint": ">=5.16.0"
},
```
-
### Neovim version (nvim -v)
NVIM v0.10.0-dev-2258+g1405e5c8c
### Operating system/version
MacOS 14.4.1
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pa…
-
I'm using Vue3 with Vite and Typescript, and I'm trying to use a plugin, but the example code gives an error:
```
import { colord } from 'colord';
import a11yPlugin from 'colord/plugins/a11y';
e…
-
### Eslint, Prettier package 제작
- Fotcamp workspace FE 공통 사용
widse updated
3 months ago
-
https://raw.githubusercontent.com/eslint/eslint/HEAD/templates/bug-report.md
-
### Describe the feature
One downside of auto-import is that some people would be concerned about the implicitness and uncertainty of where a function has been imported.
Wonder if we can come up w…
antfu updated
3 months ago
-
### Describe the feature
Create ESLint rules that enforce the JSII variant of TS.
### Use Case
For example, I don't want to do a bunch of TS and then when I compile it throws errors. I want to be …
-
Something went wrong. This is likely an internal error of `eslint-remote-tester-run-action`.
Click to expand
```
Error: Configuration validation errors:
- eslintConfig: Error while loading rule…
-
### Description
Implement [no-implicit-coercion](https://eslint.org/docs/latest/rules/no-implicit-coercion/).
**Want to contribute?** Lets you know you are interested! We will assign you to the is…
-
### Library
React Components / v9 (@fluentui/react-components)
### Describe the feature that you would like added
Codeowners should investigate `react-compiler` eslint violations as these prevent […