UNPKG

eslint-config-standard-jsdoc

Version:

JavaScript Standard Style JSDoc support - ESLint Shareable Config

28 lines 461 B
{ "plugins": [ "jsdoc" ], "extends": [ "plugin:jsdoc/recommended" ], "rules": { "jsdoc/check-indentation": [ "warn" ], "jsdoc/check-syntax": [ "warn" ], "jsdoc/require-description-complete-sentence": [ "warn" ], "jsdoc/require-hyphen-before-param-description": [ "warn" ], "jsdoc/require-param-type": [ "warn" ], "jsdoc/require-returns-type": [ "warn" ] } }