Remove comments for eslint-disable (#3691)
This commit is contained in:
committed by
Eugen Rochko
parent
f3e8bc9f8f
commit
3690f04e4a
@ -2,5 +2,5 @@ import main from '../mastodon/main';
|
||||
import loadPolyfills from '../mastodon/load_polyfills';
|
||||
|
||||
loadPolyfills().then(main).catch(e => {
|
||||
console.error(e); // eslint-disable-line no-console
|
||||
console.error(e);
|
||||
});
|
||||
|
Reference in New Issue
Block a user