Skip to main content

Remove a now-unused file

ID
5eb7e0d
date
2025-01-26 00:36:39+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
46d277a
message
Remove a now-unused file
changed files
1 file, 16 deletions

Changed files

eslint.config.mjs (285 → 0)

diff --git a/eslint.config.mjs b/eslint.config.mjs
deleted file mode 100644
index dc09c76..0000000
--- a/eslint.config.mjs
+++ /dev/null
@@ -1,16 +0,0 @@
-import globals from "globals";
-import pluginJs from "@eslint/js";
-
-
-/** @type {import('eslint').Linter.Config[]} */
-export default [
-  {
-    languageOptions: {
-      globals: {
-        ...globals.browser,
-        module: 'writable'
-      }
-    }
-  },
-  pluginJs.configs.recommended,
-];
\ No newline at end of file