UNPKG
rawcan
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.15
0.1.14
0.1.13
0.1.12
0.1.9
0.1.7
0.1.3
0.1.2
0.1.1
0.1.0
Bindings for SocketCAN
github.com/jjkr/rawcan
jjkr/rawcan
rawcan
/
.eslintrc
16 lines
(15 loc)
•
215 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"es6"
:
true
}
,
"ecmaFeatures"
:
{
"modules"
:
true
}
,
"rules"
:
{
"indent"
:
[
2
,
2
]
,
"quotes"
:
[
2
,
"single"
]
}
}