diff --git a/rsconcept/frontend/.eslintignore b/rsconcept/frontend/.eslintignore index bb693464..9a7e5cf6 100644 --- a/rsconcept/frontend/.eslintignore +++ b/rsconcept/frontend/.eslintignore @@ -1 +1,2 @@ -**/parser.ts \ No newline at end of file +**/parser.ts +**/node_modules/** \ No newline at end of file diff --git a/rsconcept/frontend/.eslintrc.json b/rsconcept/frontend/.eslintrc.json index 42f04976..8ee1faf7 100644 --- a/rsconcept/frontend/.eslintrc.json +++ b/rsconcept/frontend/.eslintrc.json @@ -22,9 +22,6 @@ "off", { "allowConstantExport": true } ], - "simple-import-sort/imports": "warn", - - "@typescript-eslint/no-unsafe-member-access": "off", - "@typescript-eslint/no-unsafe-argument": "off" + "simple-import-sort/imports": "warn" } } diff --git a/rsconcept/frontend/src/components/Common/ConceptTooltip.tsx b/rsconcept/frontend/src/components/Common/ConceptTooltip.tsx index d5ea3a5a..dec3b6ea 100644 --- a/rsconcept/frontend/src/components/Common/ConceptTooltip.tsx +++ b/rsconcept/frontend/src/components/Common/ConceptTooltip.tsx @@ -12,6 +12,7 @@ function ConceptTooltip({ className, place='bottom', ...props }: ConceptTooltipP return (

Something went wrong!

-
Error message: {error.message}
+ { error }