From ea2154b14b8a9038a833c39ec29194072e45a089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:35:32 -0500 Subject: [PATCH] Bump eslint-config-brightspace from 0.25.3 to 1.0.0 (#55) * 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] * fix sourceType --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Lockhart --- .eslintrc => .eslintrc.json | 3 +++ .gitignore | 1 + package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) rename .eslintrc => .eslintrc.json (60%) diff --git a/.eslintrc b/.eslintrc.json similarity index 60% rename from .eslintrc rename to .eslintrc.json index 39e5481..d07fd33 100644 --- a/.eslintrc +++ b/.eslintrc.json @@ -2,5 +2,8 @@ "extends": "brightspace/node-config", "rules": { "no-console": 0 + }, + "parserOptions": { + "sourceType": "script" } } diff --git a/.gitignore b/.gitignore index c2658d7..504afef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +package-lock.json diff --git a/package.json b/package.json index 9835d5b..6ed3c09 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "chai": "^4", "eslint": "^8", - "eslint-config-brightspace": "^0.25", + "eslint-config-brightspace": "^1.0", "mocha": "^10", "request": "^2" }