2015-10-20 17:14:53 +02:00
|
|
|
{
|
|
|
|
|
"extends": "eslint:recommended",
|
2016-02-05 12:08:01 -08:00
|
|
|
"rules": {
|
|
|
|
|
"no-console": 0
|
|
|
|
|
},
|
2015-10-20 17:14:53 +02:00
|
|
|
"env": {
|
|
|
|
|
"browser": true
|
|
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
"html"
|
|
|
|
|
],
|
|
|
|
|
"globals": {
|
|
|
|
|
"CustomElements": true,
|
|
|
|
|
"HTMLImports": true,
|
|
|
|
|
"Polymer": true
|
|
|
|
|
}
|
|
|
|
|
}
|