From a7055f886e1a3d71b88eaec1a4c9c6acbf317331 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 10 Sep 2023 21:23:17 -0700 Subject: [PATCH] [eslint] fix indentation --- .eslintrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc b/.eslintrc index 1fc98be..d8824e9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -16,8 +16,8 @@ "no-proto": 0, "no-sparse-arrays": 1, "no-underscore-dangle": 0, - "no-invalid-this": 0, - "object-curly-newline": 0, + "no-invalid-this": 0, + "object-curly-newline": 0, "sort-keys": 0, }, @@ -26,7 +26,7 @@ "files": "examples/**", "rules": { "no-console": 0, - "no-plusplus": 0, + "no-plusplus": 0, }, }, ],