Skip to content

Commit

Permalink
feat: upgrade eslint-config-brightspace to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Dec 20, 2023
1 parent 463b9ce commit aebec2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"babel-eslint": "^10",
"babel-plugin-transform-dynamic-import": "^2",
"eslint": "^8",
"eslint-config-brightspace": "^0.25"
"eslint-config-brightspace": "^1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@brightspace-ui/stylelint-config": "^0.8",
"eslint": "^8",
"eslint-config-brightspace": "^0.25",
"eslint-config-brightspace": "^1",
"stylelint": "^15"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "brightspace/open-wc-testing-config"
"extends": "brightspace/testing-config"
}

0 comments on commit aebec2f

Please sign in to comment.