commit | 75ea917f2e194246cceb3ae2c241f47b5fd0fa25 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:22:23 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:43:16 2022 +0100 |
tree | efc25657e4f8b0e53982f7990a0ccabbc8654c11 | |
parent | 4ec845c792711dc756ca7936de86cde32cee97b3 [diff] [blame] |
Fix a bunch of linter errors
diff --git a/src/commands/server/_meta.ts b/src/commands/server/_meta.ts index 379aac6..5c0ba48 100644 --- a/src/commands/server/_meta.ts +++ b/src/commands/server/_meta.ts
@@ -1,4 +1,4 @@ const name = "server"; const description = "Commands for the server"; -export { name, description }; \ No newline at end of file +export { name, description };