add Studio base URL to configuration and add Proctored Exam Settings component (#4)
This commit is contained in:
11
.eslintrc.js
11
.eslintrc.js
@@ -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"],
|
||||
}],
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user