aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-15 09:48:06 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-15 09:48:06 +0200
commit14d2364fc69e0222133115c55a36286986006098 (patch)
tree9e9b3c41ef742bbe87ca1632b292c67043051957 /scripts
parent5.6.3-nightly.34 [skip ci] (diff)
downloadferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.gz
ferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.zst
ferdium-app-14d2364fc69e0222133115c55a36286986006098.zip
chore: update eslint setup (#2074)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/postinstall.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/postinstall.ts b/scripts/postinstall.ts
index 4fa71c35f..7205f6c46 100644
--- a/scripts/postinstall.ts
+++ b/scripts/postinstall.ts
@@ -1,6 +1,5 @@
1import { exec } from 'child_process'; 1import { exec } from 'child_process';
2 2
3// eslint-disable-next-line no-console
4const log = (err, stdout, stderr) => console.log(err || stdout || stderr); 3const log = (err, stdout, stderr) => console.log(err || stdout || stderr);
5 4
6if (!process.env.BUNDLING) { 5if (!process.env.BUNDLING) {