File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eslint-plugin-material-ui/src/rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
const path = require ( 'path' ) ;
2
2
const resolve = require ( 'eslint-module-utils/resolve' ) . default ;
3
3
const moduleVisitor = require ( 'eslint-module-utils/moduleVisitor' ) . default ;
4
- const { minimatch } = require ( 'minimatch' ) ;
4
+ const minimatch = require ( 'minimatch' ) ;
5
5
/**
6
6
* @typedef {Object } PatternConfig
7
7
* @property {string } pattern - The pattern to match against resolved imports
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { OverridableStringUnion } from '@mui/types' ;
3
3
import { SxProps } from '@mui/system' ;
4
- import { CreateSlotsAndSlotProps , SlotProps } from '..' ;
4
+ import { CreateSlotsAndSlotProps , SlotProps } from '../utils/types ' ;
5
5
import { Theme } from '../styles' ;
6
6
import { OverridableComponent , OverrideProps } from '../OverridableComponent' ;
7
7
import { ChipClasses } from './chipClasses' ;
You can’t perform that action at this time.
0 commit comments