fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)

This commit is contained in:
Geido
2025-03-17 18:52:52 +02:00
committed by GitHub
parent df06bdf33b
commit 414cdbf83a
106 changed files with 532 additions and 97 deletions

View File

@@ -19,6 +19,7 @@
import { SyntheticEvent } from 'react';
import domToImage from 'dom-to-image-more';
import { kebabCase } from 'lodash';
// eslint-disable-next-line no-restricted-imports
import { t, supersetTheme } from '@superset-ui/core';
import { addWarningToast } from 'src/components/MessageToasts/actions';