File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ci
2- on : [push]
2+ on :
3+ push :
4+ branches :
5+ - master
6+ pull_request :
37
48jobs :
59 test :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export interface GlobalDatatransApi {
2222 */
2323export interface DatatransLightboxConfig {
2424 closed ?: ( ) => void ;
25- error ?: ( error : { message : string ; detail : string } ) => void ;
25+ error ?: ( error : { message : string ; detail : string } ) => void ; // eslint-disable-line no-unused-vars
2626 form ?: unknown ;
2727 loaded ?: ( ) => void ;
2828 opened ?: ( ) => void ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export interface LightboxProps {
1212 onLoaded ?: ( ) => void
1313 onOpened ?: ( ) => void
1414 onCancelled ?: ( ) => void
15- onError ?: ( error : { message : string ; detail : string } ) => void
15+ onError ?: ( error : { message : string ; detail : string } ) => void // eslint-disable-line no-unused-vars
1616}
1717
1818declare let window : Window & {
You can’t perform that action at this time.
0 commit comments