UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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