tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
16 lines (15 loc) • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertRelativeUrlPrefix = void 0;
const convertRelativeUrlPrefix = () => {
return {
rules: [
{
ruleName: "@angular-eslint/relative-url-prefix",
},
],
plugins: ["@angular-eslint/eslint-plugin"],
};
};
exports.convertRelativeUrlPrefix = convertRelativeUrlPrefix;
//# sourceMappingURL=relative-url-prefix.js.map