Skip to content

Commit

Permalink
Bump eslint-config-brightspace from 0.25.3 to 1.0.0 (#55)
Browse files Browse the repository at this point in the history
* 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]>

* fix sourceType

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Lockhart <[email protected]>
  • Loading branch information
dependabot[bot] and dlockhart authored Dec 20, 2023
1 parent 1b65c11 commit ea2154b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "brightspace/node-config",
"rules": {
"no-console": 0
},
"parserOptions": {
"sourceType": "script"
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"chai": "^4",
"eslint": "^8",
"eslint-config-brightspace": "^0.25",
"eslint-config-brightspace": "^1.0",
"mocha": "^10",
"request": "^2"
}
Expand Down

0 comments on commit ea2154b

Please sign in to comment.