Browse Source

fix: turbo run lint (#3332)

closed #3277
xingyu 1 năm trước cách đây
mục cha
commit
064922dd4c

+ 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