UNPKG
import-glob-loader
Version:
latest (1.1.0)
1.1.0
1.0.0
Globbing preloader for Webpack
github.com/Aintaer/import-glob-loader
Aintaer/import-glob-loader
import-glob-loader
/
.jshintrc
14 lines
(13 loc)
•
198 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"esnext"
:
true
,
"elision"
:
true
,
"boss"
:
true
,
"elision"
:
true
,
"eqeqeq"
:
true
,
"eqnull"
:
true
,
"expr"
:
true
,
"immed"
:
true
,
"latedef"
:
true
,
"undef"
:
true
,
"unused"
:
true
}