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

@@ -16,6 +16,8 @@
* specific language governing permissions and limitations
* under the License.
*/
// TODO: Remove fa-icon
/* eslint-disable icons/no-fa-icons-usage */
import { FC } from 'react';
import { styled } from '@superset-ui/core';
import SyntaxHighlighter from 'react-syntax-highlighter/dist/cjs/light';