Skip to content

Commit

Permalink
chore: disable jsx in typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-dev committed Mar 26, 2024
1 parent ab0f9e5 commit 79d3e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hoppscotch-common/.eslintrc.js
Expand Up @@ -10,6 +10,9 @@ module.exports = {
parserOptions: {
sourceType: "module",
requireConfigFile: false,
ecmaFeatures: {
jsx: false,
},
},
extends: [
"@vue/typescript/recommended",
Expand Down

0 comments on commit 79d3e8a

Please sign in to comment.