UNPKG
@hubroeducation/ltijs
Version:
latest (5.9.17)
testing (5.9.17-testing.1)
5.9.17
5.9.17-testing.1
5.9.17-testing.0
5.9.16
5.9.15
5.9.14
5.9.13
5.9.12
5.9.11
5.9.11-testing.0
5.9.10
5.9.8
5.9.7
5.9.6
5.9.5
5.9.4
5.9.3
5.9.2
5.9.2-1
5.9.1
5.9.0
5.8.9
Easily turn your web application into a LTI 1.3 Learning Tool.
github.com/dmolin/ltijs
dmolin/ltijs
@hubroeducation/ltijs
/
.eslintrc.json
19 lines
•
355 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"env"
:
{
"commonjs"
:
true
,
"es6"
:
true
,
"node"
:
true
,
"mocha"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
,
"parser"
:
"babel-eslint"
,
"rules"
:
{
}
}