Test code cleanup, and starting SCORM 2004 CMI tests
This commit is contained in:
@@ -25,4 +25,12 @@ module.exports = {
|
||||
'max-len': 'off',
|
||||
'no-unused-vars': 'off',
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
'files': ['*.spec.js'],
|
||||
'rules': {
|
||||
'no-undef': 0,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user