mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 13:33:56 +02:00
[Case 7049] ESLint: Ignore camelcase error for lines where it's needed.
Issues reduced from 28 to 26. Changes Committed: modified: scripts/system/html/js/entityProperties.js
This commit is contained in:
parent
ca65297489
commit
391fc6022e
1 changed files with 2 additions and 2 deletions
|
@ -716,8 +716,8 @@ function loaded() {
|
|||
var ENTITY_SCRIPT_STATUS = {
|
||||
pending: "Pending",
|
||||
loading: "Loading",
|
||||
error_loading_script: "Error loading script",
|
||||
error_running_script: "Error running script",
|
||||
error_loading_script: "Error loading script", // eslint-disable-line camelcase
|
||||
error_running_script: "Error running script", // eslint-disable-line camelcase
|
||||
running: "Running",
|
||||
unloaded: "Unloaded"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue