mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove extraneous eslint ignore directive
This commit is contained in:
@@ -9,7 +9,6 @@ import readline from 'readline';
|
||||
import os from 'os';
|
||||
|
||||
const LOG = !!process.env.LOG || false;
|
||||
// eslint-disable-next-line
|
||||
const PORT = process.env.PORT || 5432;
|
||||
const VALID_AUDIO_EXTENSIONS = ['wav', 'mp3', 'ogg'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user