diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index f5060bb18127eb562b2ea7412d75eb2c50076f4a..0b3bf7065cb6591d198c9e6ee1069463ccc51cb7 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -3,7 +3,7 @@ window.saChoosesOwnClothes = (function() { let V; let player; let r; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ let pronouns; let he; let him; diff --git a/src/endWeek/saNanny.js b/src/endWeek/saNanny.js index 247c482d7f7a73d29b74fef0f0d629bdcf5eb271..ce8fdff3bb99350c5bd66049cff7844011f69e6a 100644 --- a/src/endWeek/saNanny.js +++ b/src/endWeek/saNanny.js @@ -5,7 +5,7 @@ window.saNanny = function saNanny(slave) { "use strict"; const V = State.variables; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ const pronouns = getPronouns(slave); const he = pronouns.pronoun; const him = pronouns.object; diff --git a/src/endWeek/saRest.js b/src/endWeek/saRest.js index 61fab787504819fb54af457c30829038c277e640..d739b26443d86d45befb1bac2d42cf4e8d268745 100644 --- a/src/endWeek/saRest.js +++ b/src/endWeek/saRest.js @@ -4,7 +4,7 @@ */ window.saRest = function saRest(slave) { const V = State.variables; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ const pronouns = getPronouns(slave); const he = pronouns.pronoun; const him = pronouns.object; diff --git a/src/endWeek/saServant.js b/src/endWeek/saServant.js index c40010c37fe4ba97e3ddd1d6a04b98db27cba6dc..ff232b7711f13a8ec2d20b3e09a5ce2a3f5da215 100644 --- a/src/endWeek/saServant.js +++ b/src/endWeek/saServant.js @@ -4,7 +4,7 @@ */ window.saServant = function saServant(slave) { const V = State.variables; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ const pronouns = getPronouns(slave); const he = pronouns.pronoun; const him = pronouns.object; diff --git a/src/endWeek/saStayConfined.js b/src/endWeek/saStayConfined.js index d1daa0a7b4600a326b83ab7587f49f658ec5c72e..0efc693f62b1bbca55c6de4da61f8767122603a9 100644 --- a/src/endWeek/saStayConfined.js +++ b/src/endWeek/saStayConfined.js @@ -4,7 +4,7 @@ */ window.saStayConfined = function saStayConfined(slave) { const V = State.variables; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ const pronouns = getPronouns(slave); const he = pronouns.pronoun; const him = pronouns.object; diff --git a/src/endWeek/saWorkAGloryHole.js b/src/endWeek/saWorkAGloryHole.js index 7061d81ad4ca6ecc68af24c91547e08da35c5c41..b12395f290dd00a6d4afe2aa8b952ccc3073e6ab 100644 --- a/src/endWeek/saWorkAGloryHole.js +++ b/src/endWeek/saWorkAGloryHole.js @@ -5,7 +5,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { let r; let beauty; let FResult; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ let pronouns; let he; let him; diff --git a/src/endWeek/saWorkTheFarm.js b/src/endWeek/saWorkTheFarm.js index 18ef2364519212b5e0f7fa7a8d2536149cf5cc95..474b62ac501eb199dfa6523124856d56e3dd7b44 100644 --- a/src/endWeek/saWorkTheFarm.js +++ b/src/endWeek/saWorkTheFarm.js @@ -6,7 +6,7 @@ window.saWorkTheFarm = function saWorkTheFarm(slave) { "use strict"; const V = State.variables; const arcology = V.arcologies[0]; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ const pronouns = getPronouns(slave); const he = pronouns.pronoun; const him = pronouns.object; diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js index 69a1a3f6f05541a3b0330a3a98ba439d64de2f7c..e476515b86456f95ac31dfc834b0615a736512ad 100644 --- a/src/interaction/main/toychest.js +++ b/src/interaction/main/toychest.js @@ -3,7 +3,7 @@ App.Interact.ToyChest = function(slave) { "use strict"; const V = State.variables; let r = ``; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.pronoun; let him = pronouns.object; diff --git a/src/interaction/main/useGuard.js b/src/interaction/main/useGuard.js index 973cb5d41e8f4e34135e01e9584ad884bc90c983..4d8dd404cc60096017777ac14df7c1356cb9358e 100644 --- a/src/interaction/main/useGuard.js +++ b/src/interaction/main/useGuard.js @@ -3,7 +3,7 @@ App.Interact.UseGuard = function(slave) { "use strict"; let r = ``; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.pronoun; let him = pronouns.object; diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index de112f84c85179c2da93775574e50d9edbc6dbf7..32d582b24289b8fe09d7c6dadd0e46531d7de3c3 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -6,7 +6,7 @@ App.Desc.eyes = function(slave) { "use strict"; const V = State.variables; let r = ``; - /* eslint-disable*/ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.pronoun; let him = pronouns.object; @@ -270,7 +270,7 @@ App.Desc.ageAndHealth = function(slave) { const V = State.variables; let r = ``; let woman; - /* eslint-disable*/ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.he; let him = pronouns.him; @@ -577,7 +577,7 @@ App.Desc.brand = function(slave) { "use strict"; let r = ``; let bellyAccessory; - /* eslint-disable */ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.pronoun; let him = pronouns.object; @@ -607,7 +607,7 @@ App.Desc.brand = function(slave) { App.Desc.amputee = function(slave) { "use strict"; let r = ``; - /* eslint-disable */ + /* eslint-disable no-unused-vars*/ let pronouns = getPronouns(slave); let he = pronouns.pronoun; let him = pronouns.object; diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js index 579eea5689e8fe229c1a404a1ff10361df9714f5..bdd59596724ba861a4e606a172314f2e687dc1f3 100644 --- a/src/js/sexActsJS.js +++ b/src/js/sexActsJS.js @@ -1,6 +1,6 @@ window.VCheck = (function() { "use strict"; - /* eslint-disable no-unused*/ + /* eslint-disable no-unused-vars*/ let he; let him; let his; @@ -21,6 +21,7 @@ window.VCheck = (function() { function setScopedPronouns(slave) { const pronouns = getPronouns(slave); + /* eslint-disable no-unused-vars*/ he = pronouns.pronoun; him = pronouns.object; his = pronouns.possessive; @@ -29,6 +30,7 @@ window.VCheck = (function() { boy = pronouns.noun; He = capFirstChar(he); His = capFirstChar(his); + /* eslint-enable */ } /** call as VCheck.Anal()