UNPKG

501 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 index.js entry point has been removed. Please update your ESLint configuration to import one of the' +
6 ' profile paths such as "@rushstack/eslint-config/profile/web-app" or "@rushstack/eslint-config/profile/node.' +
7 '\n\nSee the documentation for details: https://www.npmjs.com/package/@rushstack/eslint-config'
8);