Skip to content
Snippets Groups Projects
Commit 032f55b5 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

With react 17, it's no longer required to import React when using JSX

Issue: GREG-70
parent d7485898
No related branches found
No related tags found
1 merge request!79Greg 70 user context
......@@ -23,6 +23,8 @@
"rules": {
"semi": "off",
"react/jsx-props-no-spreading": "off",
"@typescript-eslint/semi": ["error", "never"]
"@typescript-eslint/semi": ["error", "never"],
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment