UNPKG

@itwin/eslint-plugin

Version:

ESLint plugin with default configuration and custom rules for iTwin.js projects

13 lines (12 loc) 597 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ const plugin = require("./plugin"); const configs = require("./configs"); const noInternalSummaryTableCreator = require("./formatters/utils/no-internal-summary-table-creator"); module.exports = { configs, noInternalSummaryTableCreator, ...plugin };