UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertJsxNoLambda = void 0; const convertJsxNoLambda = () => { return { rules: [ { notices: ["ESLint rule 'jsx-no-bind' also checks for Function.bind"], ruleName: "react/jsx-no-bind", }, ], plugins: ["eslint-plugin-react"], }; }; exports.convertJsxNoLambda = convertJsxNoLambda; //# sourceMappingURL=jsx-no-lambda.js.map