Skip to content

Commit

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

0 comments on commit 17d4e1a

Please sign in to comment.