Skip to content

Commit

Permalink
Merge pull request #10461 from pascalwengerter/chore/remove-idp-comments
Browse files Browse the repository at this point in the history
Remove eslint-disable after node/pnpm update in CI
  • Loading branch information
micbar authored Nov 4, 2024
2 parents 239c1da + 44e3881 commit 9f5eba0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions services/idp/src/components/Loading.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// 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';
Expand Down
2 changes: 0 additions & 2 deletions services/idp/src/containers/Goodbye/Goodbyescreen.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// 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';
Expand Down
2 changes: 0 additions & 2 deletions services/idp/src/containers/Login/Chooseaccount.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// 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';
Expand Down
2 changes: 0 additions & 2 deletions services/idp/src/containers/Login/Consent.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// 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';
Expand Down
2 changes: 0 additions & 2 deletions services/idp/src/containers/Welcome/Welcomescreen.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// 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';
Expand Down

0 comments on commit 9f5eba0

Please sign in to comment.