chore: clean up tests

This commit is contained in:
Ayo Ayco 2024-12-27 21:48:52 +01:00
parent 03f7119f65
commit 7d49c7ff1e

View file

@ -8,10 +8,6 @@ const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)
const gitignorePath = path.resolve(__dirname, '.gitignore')
const unused = 'hey'
console.log(unused)
/** @type {import('eslint').Linter.Config[]} */
export default [
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },