fix small lint issues

Paul Fitzpatrick 1 month ago
parent 8e2a0aebba
commit d88bf7dedc
No known key found for this signature in database
GPG Key ID: 07F16BF3214888F6

@ -159,7 +159,7 @@ within a sandbox isolated from other documents and isolated
from the network. from the network.
` `
}, },
'system-user': { 'system-user': {
info: ` info: `
It is good practice not to run Grist as the root user. It is good practice not to run Grist as the root user.

@ -509,7 +509,7 @@ isolated from other documents and isolated from the network.'),
return dom( return dom(
'div', 'div',
cssLabel(key), cssLabel(key),
dom('input', dom.prop('value', JSON.stringify(val)))) dom('input', dom.prop('value', JSON.stringify(val))));
}), }),
], ],
}); });

@ -190,7 +190,6 @@ const _hostHeaderProbe: Probe = {
}, },
}; };
const _sandboxingProbe: Probe = { const _sandboxingProbe: Probe = {
id: 'sandboxing', id: 'sandboxing',
name: 'Is document sandboxing effective', name: 'Is document sandboxing effective',

Loading…
Cancel
Save