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