Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jul 11, 2024
1 parent c61722f commit 0862ed9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/eslint-plugin-widen/test/jsx-fragments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RuleTester.setDefaultConfig({
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018,
sourceType: 'module',
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-widen/test/jsx-import.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RuleTester.setDefaultConfig({
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018,
sourceType: 'module',
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-widen/test/patterns-18.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RuleTester.setDefaultConfig({
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018,
sourceType: 'module',
},
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3277,11 +3277,11 @@ __metadata:
eslint: ">= 9"
eslint-plugin-jest: ">= 28"
eslint-plugin-jsx-a11y: ">= 6"
eslint-plugin-playwright: ">=1.0.0"
eslint-plugin-playwright: ">= 1"
eslint-plugin-react: ">= 7"
eslint-plugin-react-hooks: ">= 4"
eslint-plugin-sort: ">= 3"
eslint-plugin-widen: ">=3.0.0"
eslint-plugin-widen: ">= 3"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit 0862ed9

Please sign in to comment.