File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "lodash.clonedeep" : " ^4.5.0" ,
1010 "lodash.truncate" : " ^4.4.2" ,
1111 "slice-ansi" : " ^4.0.0" ,
12- "string-width" : " ^4.2.0 " ,
13- "strip-ansi" : " ^6.0.0 "
12+ "string-width" : " ^4.2.3 " ,
13+ "strip-ansi" : " ^6.0.1 "
1414 },
1515 "description" : " Formats data into a string table." ,
1616 "devDependencies" : {
7373 " test/**/*.ts"
7474 ],
7575 "reporter" : [
76- " text-lcov" , " text"
76+ " text-lcov" ,
77+ " text"
7778 ]
7879 },
7980 "repository" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type {
77 TableUserConfig ,
88} from './types/api' ;
99
10- export const validateConfig = ( schemaId : 'config.json' | 'streamConfig.json' , config : TableUserConfig ) : void => {
10+ export const validateConfig = ( schemaId : 'config.json' | 'streamConfig.json' , config : TableUserConfig ) : void => {
1111 const validate = validators [ schemaId ] as ValidateFunction ;
1212 if ( ! validate ( config ) && validate . errors ) {
1313 const errors = validate . errors . map ( ( error : ErrorObject ) => {
You can’t perform that action at this time.
0 commit comments