Skip to content

Commit 8a3add6

Browse files
chore: move xpert_unit_summary into same dir as other plugins
1 parent 26ca50f commit 8a3add6

File tree

14 files changed

+5
-5
lines changed

14 files changed

+5
-5
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = createConfig(
2424
},
2525
overrides: [
2626
{
27-
files: ['plugins/**/*.test.jsx', 'some-other-repo/plugins/**/*.test.jsx'],
27+
files: ['plugins/**/*.test.jsx'],
2828
rules: {
2929
'import/no-extraneous-dependencies': 'off',
3030
},
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Xpert Unit Summaries Configuration Plugin
2+
=========================================
3+
4+
Install this using ``npm install plugins/course-apps/xpert_unit_summary/ --no-save``.

0 commit comments

Comments
 (0)