From 451b788b20a237671276f911d624f7ed197cbb4c Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Fri, 31 May 2019 17:58:45 +0200
Subject: [PATCH] relate correct rule

---
 src/endWeek/saChoosesOwnClothes.js | 2 +-
 src/endWeek/saNanny.js             | 2 +-
 src/endWeek/saRest.js              | 2 +-
 src/endWeek/saServant.js           | 2 +-
 src/endWeek/saStayConfined.js      | 2 +-
 src/endWeek/saWorkAGloryHole.js    | 2 +-
 src/endWeek/saWorkTheFarm.js       | 2 +-
 src/interaction/main/toychest.js   | 2 +-
 src/interaction/main/useGuard.js   | 2 +-
 src/js/descriptionWidgets.js       | 8 ++++----
 src/js/sexActsJS.js                | 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index f5060bb1812..0b3bf7065cb 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 247c482d7f7..ce8fdff3bb9 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 61fab787504..d739b26443d 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 c40010c37fe..ff232b7711f 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 d1daa0a7b46..0efc693f62b 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 7061d81ad4c..b12395f290d 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 18ef2364519..474b62ac501 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 69a1a3f6f05..e476515b864 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 973cb5d41e8..4d8dd404cc6 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 de112f84c85..32d582b2428 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 579eea5689e..3e5109ce0c9 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;
-- 
GitLab