tslint-to-eslint-config
Version:
Converts your TSLint configuration to the closest reasonable ESLint equivalent.
16 lines (15 loc) • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertReactA11yEventHasRole = void 0;
const convertReactA11yEventHasRole = () => {
return {
plugins: ["jsx-a11y"],
rules: [
{
ruleName: "jsx-a11y/no-static-element-interactions",
},
],
};
};
exports.convertReactA11yEventHasRole = convertReactA11yEventHasRole;
//# sourceMappingURL=react-a11y-event-has-role.js.map