Skip to content

Commit

Permalink
πŸš‘ fix : deploy error test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogul02 committed Jan 20, 2025
1 parent 3d545f1 commit 17e0eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default tseslint.config(
rules: {
...reactHooks.configs.recommended.rules,
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
'react/jsx-uses-react': 'off',
'react/react-in-jsx-scope': 'off',
},
}
)
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"jsx": "react-jsx"
}
}

0 comments on commit 17e0eb4

Please sign in to comment.