Skip to content

Commit

Permalink
Merge branch 'release/6.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 6, 2022
2 parents 122eec0 + 51e0a52 commit 6d00430
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"no-invalid-this": "warn",
"no-param-reassign": ["error", { "props": false }],
"object-curly-spacing": ["error", "always"],
"quotes": ["error", "double"],
"quotes": ["error", "double", { "allowTemplateLiterals": true }],
"require-jsdoc": "off",
"valid-jsdoc": "off",
"space-before-function-paren": [
Expand Down
335 changes: 0 additions & 335 deletions app/assets/javascripts/course.js

This file was deleted.

Loading

0 comments on commit 6d00430

Please sign in to comment.