UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

14 lines 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoEmptyDestructuring = void 0; const convertNoEmptyDestructuring = () => { return { rules: [ { ruleName: "no-empty-pattern", }, ], }; }; exports.convertNoEmptyDestructuring = convertNoEmptyDestructuring; //# sourceMappingURL=no-empty-destructuring.js.map