Remove comments for eslint-disable (#3691)
This commit is contained in:
parent
f3e8bc9f8f
commit
3690f04e4a
8 changed files with 11 additions and 13 deletions
|
@ -93,5 +93,5 @@ function main() {
|
|||
}
|
||||
|
||||
loadPolyfills().then(main).catch(error => {
|
||||
console.log(error); // eslint-disable-line no-console
|
||||
console.error(error);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue