UNPKG

@hint/hint-typescript-config

Version:

hint that that checks if the TypeScript configuration is valid.

23 lines (22 loc) 774 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_types_1 = require("@hint/utils-types"); const hint_1 = require("hint"); const i18n_import_1 = require("../i18n.import"); const meta = { docs: { category: utils_types_1.Category.development, description: (0, i18n_import_1.getMessage)('strict_description', 'en'), name: (0, i18n_import_1.getMessage)('strict_name', 'en') }, getDescription(language) { return (0, i18n_import_1.getMessage)('strict_description', language); }, getName(language) { return (0, i18n_import_1.getMessage)('strict_name', language); }, id: 'typescript-config/strict', schema: [], scope: hint_1.HintScope.local }; exports.default = meta;