Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Aug 22, 2024
1 parent 60bc555 commit ec4aa0b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": "brightspace/browser-config"
"extends": "brightspace/browser-config",
"overrides": [{
"files": [
"helpers/getLocalizeResources.js"
],
"rules": {
"no-console": 0
}
}]
}

0 comments on commit ec4aa0b

Please sign in to comment.