소스 검색

configure vscode biome autofix

Futa Arai 1 년 전
부모
커밋
e4ae796161
4개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 0
      .devcontainer/app/devcontainer.json
  2. 1 0
      .devcontainer/pdf-converter/devcontainer.json
  3. 1 0
      .vscode/settings.json
  4. 5 5
      biome.json

+ 1 - 0
.devcontainer/app/devcontainer.json

@@ -24,6 +24,7 @@
     "vscode": {
       "extensions": [
         "dbaeumer.vscode-eslint",
+        "biomejs.biome",
         "mhutchie.git-graph",
         "eamodio.gitlens",
         "github.vscode-pull-request-github",

+ 1 - 0
.devcontainer/pdf-converter/devcontainer.json

@@ -16,6 +16,7 @@
     "vscode": {
       "extensions": [
         "dbaeumer.vscode-eslint",
+        "biomejs.biome",
         "mhutchie.git-graph",
         "eamodio.gitlens"
       ],

+ 1 - 0
.vscode/settings.json

@@ -13,6 +13,7 @@
 
   "editor.codeActionsOnSave": {
     "source.fixAll.eslint": "explicit",
+    "source.fixAll.biome": "explicit",
     "source.fixAll.markdownlint": "explicit",
     "source.fixAll.stylelint": "explicit"
   },

+ 5 - 5
packages/slack/biome.json → biome.json

@@ -1,11 +1,11 @@
 {
-  "$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
+  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
   "files": {
     "ignore": [
-      "./dist/**",
-      "./node_modules/**",
-      "./coverage/**",
-      "./vite.config.ts.timestamp-*"
+      "dist/**",
+      "node_modules/**",
+      "coverage/**",
+      "vite.config.ts.timestamp-*"
     ]
   },
   "formatter": {