UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertDeprecation = void 0; const convertDeprecation = () => { return { rules: [ { ruleName: "import/no-deprecated", }, ], plugins: ["eslint-plugin-import"], }; }; exports.convertDeprecation = convertDeprecation; //# sourceMappingURL=deprecation.js.map