58 changes: 29 additions & 29 deletions 58 config/locales/es.yml Original file line numberDiff line numberDiff line change @@ -2318,7 +2318,7 @@ es: allows_user_to_delete_a_submission_file_65f1dd7d: "Permite al usuario eliminar un archivo de entrega." allows_user_to_delete_course_...
Test plan: - All existing tests pass flag=none Refs DE-1426 Change-Id: I2ecc43fb8a37720b4e80edc1bed3c4e4d55afa8f Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/303531 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Ed Schiebel <eschiebel@...
'eslint-comments/no-unused-disable': 'error', 'jest/no-disabled-tests': 'off', 'import/extensions': [ @@ -288,6 +288,7 @@ module.exports = { 'no-constant-condition': 'error', 'react-hooks/exhaustive-deps': 'error', 'react/prefer-stateless-function': 'error', 'prefer-const':...
Update eslint rules to allow optional chaining Browse files closes LA-973 flag=none test plan: - code with a?.b does not report no-unused-expressions eslint error Change-Id: If31b5545c31a9a095176cee74a2173ba0eeceab8 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/235941...
'@typescript-eslint/no-use-before-define': ['error', 'nofunc'], 'no-useless-escape': 'off', 'one-var': 'off', 'prefer-destructuring': 'off', 2 changes: 1 addition & 1 deletion 2 ui/features/developer_keys_v2/react/App.js Original file line numberDiff line numberDiff line cha...
Fix eslint config in ui/engine Browse files Refs FOO-2801 flag=none The various builds look at various filesystem trees so the ESlint config isn't consistent. A previous commit passed the pre-merge build fine but failed the post-merge job. This should fix that. Test plan: * Pre-...
Adds an override file you can use to run build:watch on the packages that have es builds (since main webpack build is getting them from there instead of watching the src directly) Currently this is canvas-rce and canvas-media, but more can be added flag=none test plan - Remove the can...
The open LMS by Instructure, Inc. Contribute to Be-Secure/canvas-lms development by creating an account on GitHub.