UNPKG

@rushstack/eslint-config

Version:

A TypeScript ESLint ruleset designed for large teams and projects

20 lines 656 B
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const eslint_plugin_tsdoc_1 = __importDefault(require("eslint-plugin-tsdoc")); const config = [ { files: ['**/*.ts', '**/*.tsx'], plugins: { tsdoc: eslint_plugin_tsdoc_1.default }, rules: { 'tsdoc/syntax': 'warn' } } ]; module.exports = config; //# sourceMappingURL=tsdoc.js.map