From 2cf6eaf48ab85f4c0b6dbcef80cec5f0e7421576 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 29 Aug 2024 23:03:20 -0700 Subject: clean up --- eslint.config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 eslint.config.mjs (limited to 'eslint.config.mjs') diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 0000000..01bd2ad --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,8 @@ +import globals from "globals"; +import pluginJs from "@eslint/js"; + + +export default [ + {languageOptions: { globals: globals.node }}, + pluginJs.configs.recommended, +]; -- cgit v1.2.3-70-g09d2