UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

14 lines (13 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoRedundantJsdoc = void 0; const convertNoRedundantJsdoc = () => ({ rules: [ { ruleName: "jsdoc/no-types", }, ], plugins: ["eslint-plugin-jsdoc"], }); exports.convertNoRedundantJsdoc = convertNoRedundantJsdoc; //# sourceMappingURL=no-redundant-jsdoc.js.map