UNPKG
surgio
Version:
beta (3.7.0-beta.1)
latest (3.14.0)
3.14.0
3.13.3
3.13.2
3.13.1
3.13.0
3.12.2
3.11.3
3.11.2
3.11.1
3.11.0
3.10.9
3.10.8
3.10.7
3.10.6
3.10.5
3.10.4
3.10.3
3.10.2
3.10.1
3.10.0
3.9.3
3.9.2
3.9.1
3.9.0
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0
3.7.0-beta.1
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-beta.1
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
2.25.3
2.25.2
2.25.1
2.25.0
2.24.1
2.24.0
2.23.0
2.22.1
2.21.0
2.20.1
2.20.0
2.20.0-0
2.19.0
2.19.0-1
2.19.0-0
2.18.4
2.18.3
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.0
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.0
2.11.0
2.10.3
2.10.2
2.10.1
2.10.0
2.9.1
2.9.0
2.8.0
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.24.4
1.24.3
1.24.2
1.24.1
1.24.0
1.23.4
1.23.3
1.23.2
1.23.1
1.23.0
1.22.0
1.21.1
1.21.0
1.20.2
1.20.1
1.20.0
1.19.0
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.0
1.15.0
1.14.0
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.1
1.7.1-2
1.7.1-1
1.7.1-0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.3.0-1
1.3.0-0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.13.2
0.13.1
0.13.0
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
Generating rules for Surge, Clash, Quantumult like a PRO
surgio.js.org
geekdada/surgio
surgio
/
build
/
commands
/
lint.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
BaseCommand
from
'../base-command'
;
declare
class
LintCommand
extends
BaseCommand
<
typeof
LintCommand
> {
static
description
:
string
;
run
():
Promise
<
void
>; }
export
default
LintCommand
;