👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2019-09-22 22:03:58 +02:00
parent 05a27a1658
commit 2727c0f8f1
2 changed files with 3 additions and 5 deletions

View file

@ -468,8 +468,6 @@ export default mixins(
} }
} }
a.logo-text { a.logo-text {
position: relative; position: relative;
top: -3px; top: -3px;

View file

@ -171,8 +171,8 @@ if (process.env.NODE_ENV !== 'production') {
// not do anything about it anyway // not do anything about it anyway
return; return;
} }
console.error('error cought in main.ts'); console.error('error cought in main.ts'); // eslint-disable-line no-console
console.error(message); console.error(message); // eslint-disable-line no-console
console.error(error); console.error(error); // eslint-disable-line no-console
}; };
} }