From 41247723b2940efe89648749b90e56d582bdfb89 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 15 Feb 2020 23:03:37 +0100 Subject: Fix linter and linteer warnings --- app/utils/glyph_hash.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'app/utils') diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js index c074376..2d9b3f3 100644 --- a/app/utils/glyph_hash.js +++ b/app/utils/glyph_hash.js @@ -1,22 +1,22 @@ const internals = { kSplitterRegex: /.{1,8}/g, kGlyphs: [ - "☽", - "☆", - "♢", - "♡", - "╱", - "╲", - "╳", - "〰", - "▷", - "⏊", - "〒", - "▢", - "◯", - "⏃", - "⏀", - "⏆" + '☽', + '☆', + '♢', + '♡', + '╱', + '╲', + '╳', + '〰', + '▷', + '⏊', + '〒', + '▢', + '◯', + '⏃', + '⏀', + '⏆' ] }; -- cgit