From 24552269fe1da4de346000f07c4cfae9b78a417e Mon Sep 17 00:00:00 2001 From: eight Date: Sat, 1 Feb 2020 04:31:35 +0800 Subject: [PATCH] Rename eslintrc --- .eslintrc => .eslintrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .eslintrc => .eslintrc.yml (99%) diff --git a/.eslintrc b/.eslintrc.yml similarity index 99% rename from .eslintrc rename to .eslintrc.yml index 20603487..bc2145c8 100644 --- a/.eslintrc +++ b/.eslintrc.yml @@ -31,7 +31,7 @@ rules: dot-location: [2, property] dot-notation: [0] eol-last: [2] - eqeqeq: [1, always] + eqeqeq: [1, smart] func-call-spacing: [2, never] func-name-matching: [0] func-names: [0] @@ -84,7 +84,7 @@ rules: no-empty-function: [0] no-empty-pattern: [2] no-empty: [2, {allowEmptyCatch: true}] - no-eq-null: [2] + no-eq-null: [0] no-eval: [2] no-ex-assign: [2] no-extend-native: [2]