UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines (15 loc) 409 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertReactA11yRole = void 0; const convertReactA11yRole = () => { return { plugins: ["jsx-a11y"], rules: [ { ruleName: "jsx-a11y/aria-role", }, ], }; }; exports.convertReactA11yRole = convertReactA11yRole; //# sourceMappingURL=react-a11y-role.js.map