UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

14 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoStringThrow = void 0; const convertNoStringThrow = () => { return { rules: [ { ruleName: "no-throw-literal", }, ], }; }; exports.convertNoStringThrow = convertNoStringThrow; //# sourceMappingURL=no-string-throw.js.map