-
Add ability to generate JSDoc types.
Now this plugins generates only Flow types, but there no contraindications to add also generation of JSDoc types.
-
When updating recast to `^ 0.15.0`:
```diff
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"eslint": "^4.17.0",
"eslint-config-openlayers": "^9.0.0",
"mocha": "^5.0.0",
…
fredj updated
6 years ago
-
作業
- [ ] eslint-vercel消す
- [ ] eslint-airbnb消す
公式 Flat Config support 表
https://github.com/eslint/eslint/issues/18093
対応パッケージ
- [ ] @next/eslint-plugin-next
- https://github.com/vercel/…
-
If I have an interface
```typescript
interface Dog {
name: string
age: number
}
```
How to document it with JSDoc so this lib can parse it?
My failed attempt was
```typescript
/*…
-
## The devDependency [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) was updated from `4.6.0` to `4.7.0`.
🚨 [View failing branch](https://github.com/videojs/eslint-config-videojs…
-
### User story
> As a `developer`:
> I need to: reference Carbon guidance when using elements in my project without leaving my native development environment.
> so that I can: build products …
-
名字 swc-plugin-gem,有独立配置文件,也供 [vscode plugin](https://github.com/mantou132/gem/issues/144) 作为命令使用
- auto import (gbp-sandpack 也要支持)
- auto import element // 正则匹配找到字符串模版中使用的元素
- config rules:…
-
### Describe the bug
When I try to use vite-plugin-dts to build the .d.ts declaration file of the lib.
In the final result, my props and emits comments are lost.
In the Demo, you can intuitively …
-
## myJsdoc.json
```json
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": ["./"],
"includePattern": "\\.(js|vue)$",
…
-
**Update**: see updated description [below](https://github.com/eslint/eslint/issues/14745#issuecomment-888205829)
**The version of ESLint you are using.**
7.29.0
**The problem you want to sol…