Skip to content

Commit

Permalink
chore: fix eslint ignore patterns for vite
Browse files Browse the repository at this point in the history
fixes #9068
  • Loading branch information
lifeiscontent committed Mar 21, 2024
1 parent f840dbc commit 60d094b
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {

// Base config
extends: ["eslint:recommended"],
ignorePatterns: ["!**/.server", "!**/.client"],

overrides: [
// React
Expand Down
1 change: 1 addition & 0 deletions templates/vite-express/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {

// Base config
extends: ["eslint:recommended"],
ignorePatterns: ["!**/.server", "!**/.client"],

overrides: [
// React
Expand Down
1 change: 1 addition & 0 deletions templates/vite/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {

// Base config
extends: ["eslint:recommended"],
ignorePatterns: ["!**/.server", "!**/.client"],

overrides: [
// React
Expand Down

0 comments on commit 60d094b

Please sign in to comment.