eslint: object-curly-spacing/array-bracket-spacing

This commit is contained in:
hensm
2021-04-26 06:21:31 +01:00
parent d478742c4b
commit f0ac7ddc2d
8 changed files with 20 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ export {
export let isAvailable = false;
export const timeout = new Timeout();
export const VERSION = [1, 2];
export const VERSION = [ 1, 2 ];
export function addReceiverActionListener(
listener: ReceiverActionListener): void {