UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

17 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoOctalLiteral = void 0; const convertNoOctalLiteral = () => { return { rules: [ { ruleName: "no-octal", }, { ruleName: "no-octal-escape", }, ], }; }; exports.convertNoOctalLiteral = convertNoOctalLiteral; //# sourceMappingURL=no-octal-literal.js.map