It fixes most of the lint errors.
Just a few left:
@ngokevin the 'ga' is not defined in multiple files, should I just add /* global ga */ for each file or we should ignore it in any file from the config?
dangerouslySetInnerHTML will be changed in a future PR to fix some of the scenegraph's code.
I'd ignore the ga errors for now, I will most likely introduce the cross-origin analytics where I have to add a central helper. So I won't be using the global.
It fixes most of the lint errors. Just a few left:
'ga' is not defined
in multiple files, should I just add/* global ga */
for each file or we should ignore it in any file from the config?dangerouslySetInnerHTML
will be changed in a future PR to fix some of the scenegraph's code.