From 489df8360e8b4db365d9eea89f2d6c7adff1756e Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 27 Oct 2021 11:49:28 +0200 Subject: [PATCH] Merge pull request #5523 from overleaf/jpa-no-loss-of-precision [misc] fix eslint violations for no-loss-of-precision GitOrigin-RevId: 06ecbeb5f10569933e99a472a92fd3efbe546278 --- services/chat/.eslintrc | 1 - services/clsi/.eslintrc | 1 - services/contacts/.eslintrc | 1 - services/docstore/.eslintrc | 1 - services/document-updater/.eslintrc | 1 - services/filestore/.eslintrc | 1 - services/notifications/.eslintrc | 1 - services/real-time/.eslintrc | 1 - services/spelling/.eslintrc | 1 - services/track-changes/.eslintrc | 1 - 10 files changed, 10 deletions(-) diff --git a/services/chat/.eslintrc b/services/chat/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/chat/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/clsi/.eslintrc b/services/clsi/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/clsi/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/contacts/.eslintrc b/services/contacts/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/contacts/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/docstore/.eslintrc b/services/docstore/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/docstore/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/document-updater/.eslintrc b/services/document-updater/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/document-updater/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/filestore/.eslintrc b/services/filestore/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/filestore/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/notifications/.eslintrc b/services/notifications/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/notifications/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/real-time/.eslintrc b/services/real-time/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/real-time/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/spelling/.eslintrc b/services/spelling/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/spelling/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off", diff --git a/services/track-changes/.eslintrc b/services/track-changes/.eslintrc index 3e8d7fbcff..c852478384 100644 --- a/services/track-changes/.eslintrc +++ b/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 - "no-loss-of-precision": "off", "node/no-callback-literal": "off", "node/no-path-concat": "off", "prefer-regex-literals": "off",