🚨 Fix eslint warnings

This commit is contained in:
trickypr 2021-10-02 12:06:01 +10:00
parent 6f6ce08a89
commit b0eda8e28e
29 changed files with 175 additions and 167 deletions

View file

@ -1,8 +1,7 @@
/// <reference path="./linus.d.ts"/>
import distro from 'linus'
import { bin_name } from '..'
import { log } from '../'
import { bin_name , log } from '..'
import { ENGINE_DIR } from '../constants'
import { dispatch } from '../utils'
import { pacmanInstall } from './bootstrap/arch'