UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

19 lines (18 loc) 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoExtraSemicolon = void 0; const convertNoExtraSemicolon = () => { return { rules: [ { ruleName: "no-extra-semi", ruleSeverity: "off", }, { ruleName: "@typescript-eslint/no-extra-semi", }, ], }; }; exports.convertNoExtraSemicolon = convertNoExtraSemicolon; //# sourceMappingURL=no-extra-semicolon.js.map