Skip to content

Commit

Permalink
fix: 'module' is not defined eslint error in template-react (fix #13517
Browse files Browse the repository at this point in the history
…) (#13518)
  • Loading branch information
w3cj committed Jun 19, 2023
1 parent 658283d commit 41380a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-vite/template-react-ts/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-env node */

module.exports = {
env: { browser: true, es2020: true },
extends: [
Expand Down
2 changes: 2 additions & 0 deletions packages/create-vite/template-react/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-env node */

module.exports = {
env: { browser: true, es2020: true },
extends: [
Expand Down

0 comments on commit 41380a5

Please sign in to comment.