File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- // ToDo: correct order cannot be determined, check if this is fixed when import/order rule is updated
2- // eslint-disable-next-line import/order
3- import { MessageStrip , ThemeProvider } from '@ui5/webcomponents-react' ;
41import UXCIntegrationApp from '../patterns/navigation-layout/src/App.js' ;
52import '../patterns/navigation-layout/src/index.css' ;
63import { EmbeddedStackBlitz } from '@/docs/EmbeddedStackBlitz.js' ;
4+ import { MessageStrip , ThemeProvider } from '@ui5/webcomponents-react' ;
75
86function UXCIntegration ( ) {
97 return (
Original file line number Diff line number Diff line change @@ -97,7 +97,12 @@ const config = tseslint.config(
9797 'error' ,
9898 {
9999 'newlines-between' : 'never' ,
100-
100+ pathGroups : [
101+ {
102+ pattern : '@ui5/webcomponents-react{,/**}' ,
103+ group : 'internal' ,
104+ } ,
105+ ] ,
101106 alphabetize : {
102107 order : 'asc' ,
103108 caseInsensitive : true ,
You can’t perform that action at this time.
0 commit comments