Add ESLint Rule to techdocs-react plugin
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
@@ -22,7 +22,8 @@ import React, {
|
||||
} from 'react';
|
||||
|
||||
import { create } from 'jss';
|
||||
import { StylesProvider, jssPreset } from '@material-ui/styles';
|
||||
import StylesProvider from '@material-ui/styles/StylesProvider';
|
||||
import jssPreset from '@material-ui/styles/jssPreset';
|
||||
|
||||
import { Progress } from '@backstage/core-components';
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
import React from 'react';
|
||||
import { renderHook, act, waitFor } from '@testing-library/react';
|
||||
|
||||
import { ThemeProvider } from '@material-ui/core';
|
||||
import { ThemeProvider } from '@material-ui/core/styles';
|
||||
|
||||
import { lightTheme } from '@backstage/theme';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user