style: configure deno fmt to use single quotes
- Add singleQuote: true to deno.json fmt configuration - Reformat all files with single quotes using deno fmt
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/nupst',
|
||||
version: '3.1.2',
|
||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||
}
|
||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user