File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 311
311
}
312
312
}
313
313
],
314
- "singleQuote" : true
314
+ "singleQuote" : true ,
315
+ "trailingComma" : " all"
315
316
},
316
317
"renovate" : {
317
318
"extends" : [
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ const ConnectForm: FC<Props> = () => {
246
246
useState ( false ) ;
247
247
248
248
const saveClientCertFromStore = (
249
- value : ClientCertFromStore | undefined
249
+ value : ClientCertFromStore | undefined ,
250
250
) : void => {
251
251
setConnection ( {
252
252
...connection ,
@@ -272,7 +272,7 @@ const ConnectForm: FC<Props> = () => {
272
272
} ;
273
273
274
274
const clientCertFiltersSummary = getClientCertFiltersSummary (
275
- connection ?. clientCertFromStore
275
+ connection ?. clientCertFromStore ,
276
276
) ;
277
277
278
278
const saveCertText = ( value : string ) : void => {
You can’t perform that action at this time.
0 commit comments