UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines (14 loc) 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoNonNullAssertion = void 0; const convertNoNonNullAssertion = () => { return { rules: [ { ruleName: "@typescript-eslint/no-non-null-assertion", }, ], }; }; exports.convertNoNonNullAssertion = convertNoNonNullAssertion; //# sourceMappingURL=no-non-null-assertion.js.map