Move the shared ESLint plugin/config into the monorepo (#24670)

* Move the shared ESLint plugin/config into the monorepo

* Add peer dependencies to ESLint plugin
Этот коммит содержится в:
Harrison Healey
2023-10-05 14:47:51 -04:00
коммит произвёл GitHub
родитель def164f790
Коммит ff929e4a15
14 изменённых файлов: 1115 добавлений и 183 удалений

Просмотреть файл

@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint-disable mattermost/use-external-link */
/* eslint-disable @mattermost/use-external-link */
import React from 'react';
import {useSelector} from 'react-redux';

Просмотреть файл

@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
/* eslint-disable mattermost/use-external-link */
/* eslint-disable @mattermost/use-external-link */
import classNames from 'classnames';
import PropTypes from 'prop-types';