UNPKG

418 BJavaScriptView Raw
1// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2// See LICENSE in the project root for license information.
3
4throw new Error(
5 'The patch-eslint6.js script has been rewritten to support both ESLint 6.x and 7.x.' +
6 ' Please update your ESLint configuration to use this path instead:\n\n' +
7 ' require("@rushstack/eslint-config/patch/modern-module-resolution");'
8);