UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoVarKeyword = void 0; const convertNoVarKeyword = () => { return { rules: [ { ruleName: "no-var", }, ], }; }; exports.convertNoVarKeyword = convertNoVarKeyword; //# sourceMappingURL=no-var-keyword.js.map