-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: converted notification redux structure to context API (#598)
* feat: converted notification redux structure to context API * fix: fixed more notification show button issue * fix: fixed naming and restructure issue * fix: renamed component * refactor: rmeoved alt attribute from button * fix: fixed disable next line lint issue * fix: fixed UI placement issue * test: fix test cases * fix: refactor useref code * refactor: refactor learningHeader component * fix: fix test case of learningheader * fix: refactor changes
- Loading branch information
1 parent
ff47031
commit 6a1d2c2
Showing
40 changed files
with
2,435 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
const { createConfig } = require('@openedx/frontend-build'); | ||
|
||
module.exports = createConfig('eslint'); | ||
module.exports = createConfig('eslint', { | ||
globals: { | ||
lightningjs: true, | ||
}, | ||
}); |
Oops, something went wrong.