issues
search
PhaedrusTheGreek
/
transform_vis
Transform Visualization for Kibana
Apache License 2.0
44
stars
32
forks
source link
indentation and other minor cleanup
#10
Closed
nyurik
closed
7 years ago
nyurik
commented
7 years ago
cleaned up all indentations, a few tabs->spaces
use multiline template string instead of '\n'
a few missing semicolons
removed unused 'lodash' dependency (not even in package.json)
convert remaining vars to consts
replaced obsolete <center> with <div> with embedded CSS
PhaedrusTheGreek
commented
7 years ago
Thanks @nyurik