UNPKG

strict-tslint-config

Version:

An opinionated TSLint configuration preset. Works best together with strict TypeScript settings and Prettier.

6 lines (5 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const all_1 = require("tslint/lib/configs/all"); exports.excludedRuleNames = all_1.RULES_EXCLUDED_FROM_ALL_CONFIG; exports.allRules = all_1.rules;