add Studio base URL to configuration and add Proctored Exam Settings component (#4)

This commit is contained in:
Michael Roytman
2020-07-14 14:24:30 -04:00
committed by GitHub
parent fe6a26dde9
commit 500eba661e
8 changed files with 7666 additions and 6257 deletions

View File

@@ -1,3 +1,12 @@
const { createConfig } = require('@edx/frontend-build');
module.exports = createConfig('eslint');
module.exports = createConfig('eslint',
{
"rules": {
"jsx-a11y/label-has-associated-control": [ 2, {
"controlComponents": ["Input"],
}],
}
}
);