18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
|
{
|
||
|
|
"extends": "eslint:recommended",
|
||
|
|
"plugins": ["angular"],
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"jasmine": true
|
||
|
|
},
|
||
|
|
"globals": {
|
||
|
|
"angular": true,
|
||
|
|
"module": true,
|
||
|
|
"inject": true,
|
||
|
|
"_": true,
|
||
|
|
"moment": true,
|
||
|
|
"forge": true,
|
||
|
|
"s": true
|
||
|
|
}
|
||
|
|
}
|