mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 17:30:02 +02:00
🚨 Fix eslint warnings
This commit is contained in:
parent
6f6ce08a89
commit
b0eda8e28e
29 changed files with 175 additions and 167 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue