mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
18 lines
236 B
JSON
18 lines
236 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"no-console": 0
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
"globals": {
|
|
"CustomElements": true,
|
|
"HTMLImports": true,
|
|
"Polymer": true
|
|
}
|
|
}
|