UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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