1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 17:59:25 +00:00

Remove unneeded eslint disables and empty functions

This commit is contained in:
2022-04-24 20:34:17 +00:00
parent 62364baa1d
commit 81ff85b924
5 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-empty-function, getter-return */
'use strict';
const Class = require('./Class');