ESLint Migration
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
/* tslint:disable no-console non-literal-fs-path */
|
||||
/* eslint-disable no-console */
|
||||
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import rimraf from 'rimraf';
|
||||
import { execSync } from 'child_process';
|
||||
import packageJSON from '../../package.json';
|
||||
|
||||
export function zipMacOSRelease() {
|
||||
export function zipMacOSRelease(): void {
|
||||
if (process.platform !== 'darwin') {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user