I have eslint comments in my code (which are then used in the console with the eslint command)
Configuration for rule "no-console" is invalid:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'
https://apis.google.com
https://cdnjs.cloudflare.com
https://cdn.segment.com
https://ajax.googleapis.com
https://*.kissmetrics.com
'sha256-aROmP5KBVON8dHdF7kTobxNwhI67hJuBpk+jNh/jbM4='
'sha256-lIXJkTrfgeKmujhwsIkqzNbMkplZdPFm1ERXsf46uOw='
'sha256-+4l9lhP1UV/0AkyBaWekYrPjOAwL8g5JIOD76yrrOHE='
'sha256-To0Iwo79L42agXa29pvaAn64gM4rwT1BflbRPGdqcUg='".
I get a really quick-flashing error (this took some time to copy). How can I fix this?
And also how can I disable ALL linting errors (like unexpected token) for a specific line? I tried // eslint-disable-line and also // jshint ignore:line without success.