Explorar o código

ref: vscode and eslint settings

Sv443 hai 4 meses
pai
achega
08f7b799f9
Modificáronse 2 ficheiros con 6 adicións e 7 borrados
  1. 6 6
      .vscode/settings.json
  2. 0 1
      eslint.config.mjs

+ 6 - 6
.vscode/settings.json

@@ -30,18 +30,18 @@
       "color": "#000",
     },
     "(#?(DEBUG|DBG)#?)": { // #DEBUG or DEBUG or #DBG or #DBG#
-      "backgroundColor": "#ff0",
+      "backgroundColor": "#ff3",
       "color": "blue",
-      "overviewRulerColor": "#ff0",
+      "overviewRulerColor": "#ff3",
     },
     "(IMPORTANT:)": { // IMPORTANT:
-      "backgroundColor": "#a22",
-      "color": "#fff",
+      "backgroundColor": "#f34",
+      "color": "#000",
     },
     "(FIXME:)": { // FIXME:
-      "backgroundColor": "#a22",
+      "backgroundColor": "#811",
       "color": "#fff",
-      "overviewRulerColor": "#752020",
+      "overviewRulerColor": "#811",
     },
   },
 }

+ 0 - 1
eslint.config.mjs

@@ -37,7 +37,6 @@ const config = [
     },
     languageOptions: {
       globals: {
-        ...globals.browser,
         ...globals.node,
         Atomics: "readonly",
         SharedArrayBuffer: "readonly",