Просмотр исходного кода

Merge pull request #5360 from overleaf/jpa-array-callback-return

[misc] fix eslint violations for array-callback-return

GitOrigin-RevId: 4104342239f4da32c541855d6fc7032c4c96004f
Jakob Ackermann 4 лет назад
Родитель
Сommit
0f529df1e4

+ 0 - 1
services/chat/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/clsi/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/contacts/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/docstore/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/document-updater/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/filestore/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/notifications/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/real-time/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/spelling/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",

+ 0 - 1
services/track-changes/.eslintrc

@@ -22,7 +22,6 @@
   "rules": {
     // TODO(das7pad): remove overrides after fixing all the violations manually (https://github.com/overleaf/issues/issues/3882#issuecomment-878999671)
     // START of temporary overrides
-    "array-callback-return": "off",
     "no-dupe-else-if": "off",
     "no-empty": "off",
     "node/handle-callback-err": "off",