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