massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / postinstall.js
index 20186e3692783893566500b1438b9401cd192ad1..144aa16474c4c1906db55d859cc19885e4791d8d 100644 (file)
@@ -1,4 +1,3 @@
-/* eslint-disable max-len -- for better formatting */
 var fs = require('fs');
 var os = require('os');
 var path = require('path');
@@ -21,9 +20,11 @@ var CI = [
 ].some(function (it) { return is(env[it]); });
 
 var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n' +
-             '\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m\n' +
+             '\u001B[96mThe project needs your help! Please consider supporting of core-js:\u001B[0m\n' +
              '\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' +
-             '\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n\n' +
+             '\u001B[96m>\u001B[94m https://patreon.com/zloirock \u001B[0m\n' +
+             '\u001B[96m>\u001B[94m https://paypal.me/zloirock \u001B[0m\n' +
+             '\u001B[96m>\u001B[94m bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz \u001B[0m\n\n' +
              '\u001B[96mAlso, the author of core-js (\u001B[94m https://github.com/zloirock \u001B[96m) is looking for a good job -)\u001B[0m\n';
 
 function is(it) {
@@ -51,7 +52,7 @@ function isBannerRequired() {
 }
 
 function showBanner() {
-  // eslint-disable-next-line no-console,no-control-regex -- output
+  // eslint-disable-next-line no-console, regexp/no-control-character -- output
   console.log(COLOR ? BANNER : BANNER.replace(/\u001B\[\d+m/g, ''));
 }