diff --git a/.eslintrc b/.eslintrc index 7973b5ea0..3b130a893 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,7 +7,7 @@ } ], "import/order": [ - "error", + "warn", { "pathGroupsExcludedImportTypes": ["builtin"], "pathGroups": [ diff --git a/components/header/changelog-notification.tsx b/components/header/changelog-notification.tsx index 6d88c15a2..68c8e35fc 100644 --- a/components/header/changelog-notification.tsx +++ b/components/header/changelog-notification.tsx @@ -1,12 +1,12 @@ 'use client'; -import { useEffect } from 'react'; import { Icon } from '#components-ui/icon/wrapper'; import { changelogData } from '#models/historique-modifications'; import { EScope, hasRights } from '#models/user/rights'; import { formatDate } from '#utils/helpers'; import { useStorage } from 'hooks'; import useSession from 'hooks/use-session'; +import { useEffect } from 'react'; import style from './changelog-notification.module.css'; const NEW_SINCE_LAST_VISIT_ID = 'new-since-last-visit'; diff --git a/components/tva-cell/index.tsx b/components/tva-cell/index.tsx index 0f566cc27..6dbd7c0f4 100644 --- a/components/tva-cell/index.tsx +++ b/components/tva-cell/index.tsx @@ -1,6 +1,5 @@ 'use client'; -import React from 'react'; import FAQLink from '#components-ui/faq-link'; import { Icon } from '#components-ui/icon/wrapper'; import InformationTooltip from '#components-ui/information-tooltip'; @@ -125,8 +124,9 @@ const VerifyTVA: React.FC<{ tabIndex={0} label={ <> - Attention, cette structure a plusieurs activités différentes - .
+ Attention, cette structure a plusieurs activités + différentes. +
Elle peut posséder un numéro de TVA Intracommunautaire pour chacune de ces activités.