Skip to content

Commit

Permalink
fix: remove eslint & ts check on install
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 26, 2024
1 parent e3a5695 commit 8ac99d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron/install.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// @ts-nocheck
/* eslint-disable */

// Installation helpers.
const fs = require('fs');
const os = require('os');
Expand Down

0 comments on commit 8ac99d8

Please sign in to comment.