DB changes

This commit is contained in:
iw0
2025-03-18 19:47:45 +01:00
parent beea705bb0
commit 09dba84faa
4 changed files with 17 additions and 8 deletions

10
eslint.config.mjs Normal file
View File

@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
export default [
{ plugins: globals.webextensions.browser },
{files: ["**/*.js"], languageOptions: {sourceType: "commonjs"}},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
];