chore: clean up tests
This commit is contained in:
parent
03f7119f65
commit
7d49c7ff1e
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ const __filename = fileURLToPath(import.meta.url)
|
||||||
const __dirname = path.dirname(__filename)
|
const __dirname = path.dirname(__filename)
|
||||||
const gitignorePath = path.resolve(__dirname, '.gitignore')
|
const gitignorePath = path.resolve(__dirname, '.gitignore')
|
||||||
|
|
||||||
const unused = 'hey'
|
|
||||||
|
|
||||||
console.log(unused)
|
|
||||||
|
|
||||||
/** @type {import('eslint').Linter.Config[]} */
|
/** @type {import('eslint').Linter.Config[]} */
|
||||||
export default [
|
export default [
|
||||||
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
||||||
|
|
Loading…
Reference in a new issue