UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines (15 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoOutputNative = void 0; const convertNoOutputNative = () => { return { rules: [ { ruleName: "@angular-eslint/no-output-native", }, ], plugins: ["@angular-eslint/eslint-plugin"], }; }; exports.convertNoOutputNative = convertNoOutputNative; //# sourceMappingURL=no-output-native.js.map