Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 25, 2024
1 parent 60d094b commit 6d25b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/vite-cloudflare/.eslintrc.cjs
Expand Up @@ -19,10 +19,10 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

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

overrides: [
// React
Expand Down
2 changes: 1 addition & 1 deletion templates/vite-express/.eslintrc.cjs
Expand Up @@ -19,10 +19,10 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

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

overrides: [
// React
Expand Down
2 changes: 1 addition & 1 deletion templates/vite/.eslintrc.cjs
Expand Up @@ -19,10 +19,10 @@ module.exports = {
commonjs: true,
es6: true,
},
ignorePatterns: ["!**/.server", "!**/.client"],

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

overrides: [
// React
Expand Down

0 comments on commit 6d25b5c

Please sign in to comment.