UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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