mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Lint cleanup with new rules
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-empty-function, getter-return */
|
||||
'use strict';
|
||||
|
||||
// Import user defined modules
|
||||
@@ -105,11 +106,11 @@ class Test {
|
||||
})();
|
||||
}
|
||||
|
||||
async getClass() {
|
||||
getClass() {
|
||||
return new (require('./Class'))(this.classId);
|
||||
}
|
||||
|
||||
async getTestTemplate() {
|
||||
getTestTemplate() {
|
||||
return new (require('./TestTemplate'))(this.templateId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user