From 5a46236e379d70b5becab0df4259c53388fc1ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:54:51 -0500 Subject: [PATCH] chore(deps-dev): bump eslint-config-brightspace from 0.25.3 to 1.0.0 (#144) * chore(deps-dev): bump eslint-config-brightspace from 0.25.3 to 1.0.0 Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 0.25.3 to 1.0.0. - [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases) - [Commits](https://github.com/Brightspace/eslint-config-brightspace/compare/v0.25.3...v1.0.0) --- updated-dependencies: - dependency-name: eslint-config-brightspace dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Remove unnecessary eslint config settings. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Batiste --- .eslintrc.json | 9 +-------- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ec39617..702dd39 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,10 +1,3 @@ { - "extends": "brightspace/browser-config", - "env": { - "es6": true - }, - "parserOptions": { - "ecmaVersion": 2017, - "sourceType": "module" - } + "extends": "brightspace/browser-config" } diff --git a/package-lock.json b/package-lock.json index a67ee75..688b33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "chai": "^5", "concurrently": "^8", "eslint": "^8", - "eslint-config-brightspace": "^0.25", + "eslint-config-brightspace": "^1.0", "http-server": "^14.0", "mocha": "^10", "mocha-headless-chrome": "^4" @@ -2578,9 +2578,9 @@ } }, "node_modules/eslint-config-brightspace": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/eslint-config-brightspace/-/eslint-config-brightspace-0.25.3.tgz", - "integrity": "sha512-wpbad7BrXZvAPuNGYYAJ00WoZvw8prmucfVQkcSFep02aIeeISEf7N1L9wohCG7WLJA838cl4KZpPRx3TU4bDg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-brightspace/-/eslint-config-brightspace-1.0.0.tgz", + "integrity": "sha512-YhaaNj/zP9IyystU35LAkDs4BjHyVXA50O8tiN4qDGtcWEuoz/t3zHcC2viMp2q4QrT3rRGHjlmbxtGOFqARxA==", "dev": true, "peerDependencies": { "@babel/eslint-parser": ">= 7", diff --git a/package.json b/package.json index 745c2f3..7eb0590 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "chai": "^5", "concurrently": "^8", "eslint": "^8", - "eslint-config-brightspace": "^0.25", + "eslint-config-brightspace": "^1.0", "http-server": "^14.0", "mocha": "^10", "mocha-headless-chrome": "^4"