mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -3,13 +3,3 @@ import 'core-js/features/array/includes';
|
|||
import 'core-js/features/string/includes';
|
||||
import 'core-js/features/promise';
|
||||
import 'raf/polyfill';
|
||||
|
||||
/* eslint-disable no-undefined, consistent-return */
|
||||
const log = console && console.log ? console.log : undefined;
|
||||
console.log = log ? (...props) => {
|
||||
if (props && props[0] && 0 === props[0].indexOf('JQMIGRATE:')) {
|
||||
return;
|
||||
}
|
||||
|
||||
return log(...props);
|
||||
} : undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue