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 89d0a07 commit b89101b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"overrides": [{
"files": "test/*",
"extends": "brightspace/testing-config"
},
{
"files": [
"helpers/getLocalizeResources.js"
],
"rules": {
"no-console": 0
}
}]
}

0 comments on commit b89101b

Please sign in to comment.