File tree 3 files changed +8
-4
lines changed
components/bolt-ol/__tests__
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root" : true ,
3
- "extends" : " ./packages/configs/eslint-config"
3
+ "extends" : " ./packages/configs/eslint-config/index.js "
4
4
}
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ function intro() {
109
109
const i = chalk . hex ( '#545DA6' ) ; // indigo, light
110
110
const y = chalk . hex ( '#ffcc4d' ) ; // yellow, base
111
111
const o = chalk . hex ( '#E84B17' ) ;
112
- const t = chalk . hex ( '#009999' )
113
- const w = chalk . hex ( '#FFFFFF' )
112
+ const t = chalk . hex ( '#009999' ) ;
113
+ const w = chalk . hex ( '#FFFFFF' ) ;
114
114
115
115
const CLI_TITLE = chalk . bold . underline ( 'Bolt Design System CLI' ) ;
116
116
const CLI_USAGE = 'Usage: `bolt <command> [options ...]`' ;
Original file line number Diff line number Diff line change 1
- import { render , renderString , stopServer } from '../../../testing/testing-helpers' ;
1
+ import {
2
+ render ,
3
+ renderString ,
4
+ stopServer ,
5
+ } from '../../../testing/testing-helpers' ;
2
6
3
7
describe ( '<bolt-ol> Component' , ( ) => {
4
8
afterAll ( async ( ) => {
You can’t perform that action at this time.
0 commit comments