Ver código fonte

chore(oxlint): 添加忽略模式到oxlint配置

feige996 10 meses atrás
pai
commit
24622137c8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .oxlintrc.json

+ 1 - 0
.oxlintrc.json

@@ -12,6 +12,7 @@
   "globals": {
     "foo": "readonly"
   },
+  "ignorePatterns": ["src/static/**", "src/uni_modules/**"],
   "settings": {},
   "overrides": [
     {