UNPKG
@wiz-code/async-fsm
Version:
latest (0.5.82)
0.5.82
0.5.81
0.5.71
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.0
0.4.93
0.4.92
0.4.91
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.91
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Finite StateMachine JavaScript Library
wiz-code/async-fsm
@wiz-code/async-fsm
/
.jshintrc
16 lines
(13 loc)
•
201 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"undef"
:
true
,
"unused"
:
true
,
"bitwise"
:
true
,
"curly"
:
true
,
"eqeqeq"
:
true
,
"noarg"
:
true
,
"nonbsp"
:
true
,
"strict"
:
"global"
,
"indent"
:
4
,
"browser"
:
true
,
"node"
:
true
}