diff --git a/.eslintrc b/.eslintrc index 9aa54d89d..55fcb3c0c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,7 +14,7 @@ "templateStrings": true, "classes": true, "jsx": true - }, + } }, "extends": ["plugin:react/recommended"], diff --git a/.stylelintrc b/.stylelintrc index d080d68d9..3615abd98 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -33,7 +33,7 @@ "always", { "ignore": [ - "after-comment", + "after-comment" ] } ],