Skip to content

Commit

Permalink
chore: fix eslint ignore patterns for vite (#9095)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Brophy <matt@brophy.org>
  • Loading branch information
lifeiscontent and brophdawg11 committed Mar 25, 2024
1 parent e9b11e4 commit fbb1a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/vite-cloudflare/.eslintrc.cjs
Expand Up @@ -19,6 +19,7 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

// Base config
extends: ["eslint:recommended"],
Expand Down
1 change: 1 addition & 0 deletions templates/vite-express/.eslintrc.cjs
Expand Up @@ -19,6 +19,7 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

// Base config
extends: ["eslint:recommended"],
Expand Down
1 change: 1 addition & 0 deletions templates/vite/.eslintrc.cjs
Expand Up @@ -19,6 +19,7 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

// Base config
extends: ["eslint:recommended"],
Expand Down

0 comments on commit fbb1a90

Please sign in to comment.