diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-02 06:57:57 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-02 06:57:57 +0200 |
commit | 3442ae7718679a4da8664bdbb561f746e0357203 (patch) | |
tree | 5ed661a5998ac91f309bb27cb5ae52dfb4178cca /toolkit/components/reader | |
parent | 61de1c80cdc6c04e71fde07cc5028af503438134 (diff) | |
download | UXP-3442ae7718679a4da8664bdbb561f746e0357203.tar UXP-3442ae7718679a4da8664bdbb561f746e0357203.tar.gz UXP-3442ae7718679a4da8664bdbb561f746e0357203.tar.lz UXP-3442ae7718679a4da8664bdbb561f746e0357203.tar.xz UXP-3442ae7718679a4da8664bdbb561f746e0357203.zip |
Fix unsafe "instanceof" negations
https://github.com/MoonchildProductions/Pale-Moon/pull/1173
Diffstat (limited to 'toolkit/components/reader')
-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 1c09e0bf7..617c1f9cf 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", |