mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
16 lines
260 B
JSON
16 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
|
|
}
|
|
}
|