mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
17 lines
260 B
JSON
17 lines
260 B
JSON
![]() |
{
|
||
|
"extends": ["eslint:recommended", "google"],
|
||
|
"env": {
|
||
|
"browser": true
|
||
|
},
|
||
|
"plugins": [
|
||
|
"html"
|
||
|
],
|
||
|
"rules": {
|
||
|
"no-var": "off",
|
||
|
"new-cap": ["error", { "capIsNewExceptions": ["Polymer"] }]
|
||
|
},
|
||
|
"globals": {
|
||
|
"Polymer": true
|
||
|
}
|
||
|
}
|