mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-20 19:00:08 -04: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 parent
d21bd7e903
commit
6ec48c4516
5 files changed
+10
No files matched your search
@@ -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