浏览代码

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

feige996 10 月之前
父节点
当前提交
24622137c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .oxlintrc.json

+ 1 - 0
.oxlintrc.json

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