소스 검색

ref: vscode and eslint settings

Sv443 4 달 전
부모
커밋
08f7b799f9
2개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. 6 6
      .vscode/settings.json
  2. 0 1
      eslint.config.mjs

+ 6 - 6
.vscode/settings.json

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

+ 0 - 1
eslint.config.mjs

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