eslint-plugin-jsdoc-typescript:该插件添加了新的jsdoc规则,专门用于将typescript与checkJs和jsdoc注释一起使用

时间:2024-06-16 14:03:23
【文件属性】:

文件名称:eslint-plugin-jsdoc-typescript:该插件添加了新的jsdoc规则,专门用于将typescript与checkJs和jsdoc注释一起使用

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-16 14:03:23

JavaScript

eslint-plugin-jsdoc-typescript 该插件添加了新的jsdoc规则,专门用于将jsdoc与checkJs和jsdoc注释一起使用。 规则: require-class-field 这将强制您的类具有类字段声明。 此语法仅在节点12及更高版本中有效。 规则: require-constructor-property 此规则强制在类的constructor中分配给this属性的所有属性都具有jsdoc @type批注。 例如 class Test { constructor ( ) { /** @type {number} */ this . a = 1 /** @type {string} */ this . b = 2 /** @type {boolean} */ this . c = 3 } }


【文件预览】:
eslint-plugin-jsdoc-typescript-master
----.gitignore(31B)
----.eslintrc(90B)
----package.json(403B)
----index.js(384B)
----README.md(884B)
----rules()
--------require-constructor-property.js(3KB)
--------require-class-field.js(2KB)
--------util.js(6KB)
----test()
--------index.js(3KB)

网友评论