Skip to content
Snippets Groups Projects
Commit 1744be58 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

disable jsx uses check

parent 78db72b7
No related branches found
No related tags found
1 merge request!1188TMSS-2810 "Multiple TMSS FrontEnd Unit tests Fixed"
......@@ -18,6 +18,8 @@ module.exports = {
"sourceType": "module",
},
"rules": {
"react/prop-types": "off"
"react/prop-types": "off",
"react/react-in-jsx-scope": "off",
"react/jsx-uses-react": "off",
}
}
\ No newline at end of file
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