-
The readme says that we can use any rule in [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/rules/) however when I try using no-floating-promises, I keep getting the following error:
…
-
Getting this exception with a minimally configured map.
```
vue-leaflet.es.js:47 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Default')
at qe (vue-leaflet.es…
-
`app.use(pinia)` gives me Typescript error.
Code example:
```Ts
import { createApp, registerElement } from 'nativescript-vue'
import { createPinia } from 'pinia'
const app = createApp(App)
…
-
## 背景
使用 vue-cli4 创建的项目,按照 https://github.com/airyland/vux/issues/3778 的指引,使用 `@vux/loader` 来配置 `theme`,结果发现程序运行起来,vux 相关组件并没有效果。
## 问题定位
1. 按照 [vue-cli-3-example](https://github.com/airyland/v…
-
Hi im facing this error just after importing the package
I created a test project to show it
Dependency list of project
` "dependencies": {
"core-js": "^3.8.3",
"v3-infinite-loading": …
-
I determined the issue I was having from https://github.com/standard/eslint-config-standard/issues/411
Not having `eslint-plugin-n`, `eslint-plugin-import`, and `eslint-pluin-promise` installed pr…
-
ESLint v9.0.0 is released !
It would be awesome to have official ESLint 9 support.
https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
1Luc1 updated
2 weeks ago
-
**What package is covered by this investigations?**
ESLint
**Describe the goal of the investigation**
I'd like ESLint to support PnP painlessly. It currently works, but requires a specifi…
-
Vue - Official:Version: v2.0.10 (is vscode latest)
Vscode - Version: 1.88.0(is vscode latest)
---
i am not use `Prettier | ESLint | OtherVSCodeVueExtension`
我没有使用任何无关插件
---
`vite.confi…
-
* 安装eslint 插件
* `npm install --save-dev eslint eslint-plugin-vue -g`
* vscode设置
```json
"eslint.validate": [
"javascript",
"javascriptreact",
{
"lan…