From ea50754a47827e4062ba385b1e8239865234a219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:23:00 +0000 Subject: [PATCH 1/2] Bump eslint-config-brightspace from 0.25.3 to 1.1.0 Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 0.25.3 to 1.1.0. - [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases) - [Commits](https://github.com/Brightspace/eslint-config-brightspace/compare/v0.25.3...v1.1.0) --- updated-dependencies: - dependency-name: eslint-config-brightspace dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b80bed5..a493088 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@web/dev-server": "^0.4", "@web/test-runner": "^0.18", "eslint": "^8", - "eslint-config-brightspace": "^0.25", + "eslint-config-brightspace": "^1.1", "eslint-plugin-html": "^7", "eslint-plugin-import": "^2", "eslint-plugin-lit": "^1", From 0afc41acd4a123a64f30f0dec56f8ec8ccc2d796 Mon Sep 17 00:00:00 2001 From: Evan Lemieux Date: Thu, 7 Mar 2024 11:11:40 -0600 Subject: [PATCH 2/2] Fix eslintrc --- test/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.eslintrc.json b/test/.eslintrc.json index 17625ac..9c6a0b6 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -1,3 +1,3 @@ { - "extends": "brightspace/wct-lit-config" + "extends": "brightspace/testing-config" }