UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoDeleteExpression = void 0; const convertNoDeleteExpression = () => { return { rules: [ { ruleName: "@typescript-eslint/no-dynamic-delete", }, ], }; }; exports.convertNoDeleteExpression = convertNoDeleteExpression; //# sourceMappingURL=no-delete-expression.js.map