UNPKG

427 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 react.js entry point has moved. Please update your ESLint configuration to reference' +
6 ' "@rushstack/eslint-config/mixins/react" instead.' +
7 '\n\nSee the documentation for details: https://www.npmjs.com/package/@rushstack/eslint-config'
8);