mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
fix: eslint react errors when building idp service
Ignores the eslint react errors for `react/no-is-mounted` to make CI green again. This is only a temporary solution, updating the pnpm version in our node docker images should make this obsolete.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||
/* eslint-disable react/no-is-mounted */
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||
/* eslint-disable react/no-is-mounted */
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||
/* eslint-disable react/no-is-mounted */
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||
/* eslint-disable react/no-is-mounted */
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// FIXME: remove eslint-disable when pnpm in CI has been updated
|
||||
/* eslint-disable react/no-is-mounted */
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
Reference in New Issue
Block a user