diff options
Diffstat (limited to 'toolkit/components/reader/.eslintrc.js')
-rw-r--r-- | toolkit/components/reader/.eslintrc.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/components/reader/.eslintrc.js b/toolkit/components/reader/.eslintrc.js index 1c09e0bf79..617c1f9cfa 100644 --- a/toolkit/components/reader/.eslintrc.js +++ b/toolkit/components/reader/.eslintrc.js @@ -109,9 +109,6 @@ module.exports = { // No reassigning native JS objects "no-native-reassign": "error", - // No (!foo in bar) - "no-negated-in-lhs": "error", - // Nested ternary statements are confusing "no-nested-ternary": "error", |