diff --git a/.eslintrc b/.eslintrc index ceceb07..932540d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,12 +12,6 @@ }, "parser": "babel-eslint", "rules": { - "prettier/prettier": [ - "error", - { - "printWidth": 120 - } - ], // Possible Errors "no-cond-assign": 2, "no-console": 0, @@ -47,13 +41,12 @@ "consistent-return": 2, "curly": 2, "default-case": 2, - "eqeqeq": 2, + "eqeqeq": ["error", "always", {"null": "ignore"}], "guard-for-in": 2, "no-alert": 2, "no-caller": 2, "no-div-regex": 2, "no-else-return": 2, - "no-eq-null": 2, "no-eval": 2, "no-extend-native": 2, "no-extra-bind": 2,