botframework-streaming
Version:
Streaming library for the Microsoft Bot Framework
15 lines (12 loc) • 331 B
TypeScript
import jsdoc from 'eslint-plugin-jsdoc';
var eslint_config = [
jsdoc.configs["flat/recommended"],
{
rules: {
"jsdoc/require-param-description": "off",
"jsdoc/require-returns-description": "off",
"jsdoc/tag-lines": ["error", "any", { startLines: 1 }],
},
},
];
export { eslint_config as default };