Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-config-brightspace from 0.25.3 to 1.0.0 (#…
Browse files Browse the repository at this point in the history
…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](Brightspace/eslint-config-brightspace@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] <[email protected]>

* Remove unnecessary eslint config settings.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Batiste <[email protected]>
  • Loading branch information
dependabot[bot] and dbatiste authored Jan 2, 2024
1 parent 8c0b9e1 commit 5a46236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"extends": "brightspace/browser-config",
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
}
"extends": "brightspace/browser-config"
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a46236

Please sign in to comment.