UNPKG
bb8
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Force control Sphero BB8 w/ Xbox controller or Myo armband
github.com/dimorphic/bb8
dimorphic/bb8
bb8
/
.eslintrc
14 lines
(11 loc)
•
292 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"root"
:
true
,
"extends"
:
"airbnb"
,
"rules"
:
{
"indent"
:
[
2
,
4
,
{
"SwitchCase"
:
1
}
]
,
"no-console"
:
0
,
"comma-dangle"
:
[
2
,
"never"
]
,
"no-unused-vars"
:
[
1
,
{
"vars"
:
"local"
,
"args"
:
"none"
}
]
,
"no-use-before-define"
:
[
2
,
"nofunc"
]
}
}