浏览代码

fix: turbo run lint (#3332)

closed #3277
xingyu 1 年之前
父节点
当前提交
064922dd4c
共有 3 个文件被更改,包括 27 次插入0 次删除
  1. 9 0
      internal/eslint-config/.eslintignore
  2. 9 0
      internal/stylelint-config/.eslintignore
  3. 9 0
      internal/vite-config/.eslintignore

+ 9 - 0
internal/eslint-config/.eslintignore

@@ -0,0 +1,9 @@
+
+*.sh
+node_modules
+*.md
+*.woff
+*.ttf
+.turbo
+dist
+package.json

+ 9 - 0
internal/stylelint-config/.eslintignore

@@ -0,0 +1,9 @@
+
+*.sh
+node_modules
+*.md
+*.woff
+*.ttf
+.turbo
+dist
+package.json

+ 9 - 0
internal/vite-config/.eslintignore

@@ -0,0 +1,9 @@
+
+*.sh
+node_modules
+*.md
+*.woff
+*.ttf
+.turbo
+dist
+package.json