UNPKG
@theopenweb/js-sensor
Version:
latest (1.0.1)
1.0.1
1.0.0
JavaScript sensor library for native input sensors.
theopenweb.info
theopenwebjp/js-sensor
@theopenweb/js-sensor
/
.eslintrc
18 lines
(17 loc)
•
328 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"root"
:
true
,
"extends"
:
"eslint:recommended"
,
"parserOptions"
:
{
"ecmaVersion"
:
10
}
,
"env"
:
{
"browser"
:
true
,
"node"
:
true
,
"es6"
:
true
}
,
"rules"
:
{
"no-console"
:
"off"
,
"no-redclare"
:
"warn"
,
"no-unused"
:
"warn"
}
}