@rushstack/heft-node-rig
Version:
A rig package for Node.js projects that build using Heft
7 lines (4 loc) • 300 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
const nodeTrustedToolProfile = require('@rushstack/eslint-config/flat/profile/node-trusted-tool');
module.exports = [...nodeTrustedToolProfile];