From e75593d5c55a0729ecadb64a7b9da649e09f1b60 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Fri, 1 Apr 2022 09:58:24 -0400 Subject: [PATCH] Update to eslint-config-scratch 7 turns off no-warning-comments in line with WWW --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a572758..fbc58ece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5921,9 +5921,9 @@ "dev": true }, "eslint-config-scratch": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-6.0.0.tgz", - "integrity": "sha512-2aW7EVWhjTrwaM54hjAZeRETh/habWeQ5xzTbPO2dG//RtixBztUAmdxqAHKH8MEtmAMsUhf3mRjO1BstO4dGg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-7.0.0.tgz", + "integrity": "sha512-8Ko7aaC+Gv09lyz3x7+EaVZ68ga/4mnfGgwH1Jz/MnR4UJyJyYtUOtlWxsPspPOlPZzDAVL5CKEcxmCX24SrJA==", "dev": true, "requires": { "eslint-plugin-react": ">=7.14.2" diff --git a/package.json b/package.json index 7f99aa12..e459a473 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "enzyme-adapter-react-16": "1.15.6", "eslint": "5.16.0", "eslint-config-import": "0.13.0", - "eslint-config-scratch": "6.0.0", + "eslint-config-scratch": "7.0.0", "eslint-plugin-import": "2.23.4", "eslint-plugin-react": "7.20.3", "gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",