Browse Source

fix: turbo run lint (#3332)

closed #3277
pull/3337/head
xingyu 2 years ago
committed by GitHub
parent
commit
064922dd4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      internal/eslint-config/.eslintignore
  2. 9
      internal/stylelint-config/.eslintignore
  3. 9
      internal/vite-config/.eslintignore

9
internal/eslint-config/.eslintignore

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

9
internal/stylelint-config/.eslintignore

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

9
internal/vite-config/.eslintignore

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