UNPKG
injular-loader
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.0
Webpack loader for injecting angular components
github.com/tfoxy/injular-loader
tfoxy/injular-loader
injular-loader
/
lib
/
.eslintrc.json
17 lines
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../.eslintrc.json"
,
"parserOptions"
:
{
"ecmaVersion"
:
5
}
,
"env"
:
{
"es6"
:
false
}
,
"rules"
:
{
"no-var"
:
0
,
"vars-on-top"
:
0
,
"func-names"
:
0
,
"prefer-arrow-callback"
:
0
,
"prefer-template"
:
0
,
"no-console"
:
0
}
}