2016-12-01 11:40:28 +02:00
|
|
|
{
|
|
|
|
|
"extends": [
|
|
|
|
|
"eslint:recommended",
|
|
|
|
|
"plugin:import/errors",
|
|
|
|
|
"plugin:import/warnings",
|
|
|
|
|
"angular"
|
|
|
|
|
],
|
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
|
"settings": {
|
|
|
|
|
"import/ignore": [
|
|
|
|
|
"node_modules",
|
|
|
|
|
"\\.tpl\\.html$"
|
|
|
|
|
]
|
2016-12-20 17:32:29 +02:00
|
|
|
},
|
|
|
|
|
"globals": {
|
|
|
|
|
"FileReader": true
|
2016-12-01 11:40:28 +02:00
|
|
|
}
|
|
|
|
|
}
|