diff --git a/front/pwa/package.json b/front/pwa/package.json index 046d398ed..b81d6f203 100644 --- a/front/pwa/package.json +++ b/front/pwa/package.json @@ -92,7 +92,6 @@ }, "lint-staged": { "*": "prettier --write --ignore-unknown --ignore-path .gitignore", - "*.{ts,tsx}": "tsc-files --noEmit global.d.ts", "*.{js,jsx,ts,tsx}": "eslint --fix --ignore-path .gitignore" } } diff --git a/front/pwa/pages/_app.tsx b/front/pwa/pages/_app.tsx index 5bb600e97..5fe9ad2d2 100755 --- a/front/pwa/pages/_app.tsx +++ b/front/pwa/pages/_app.tsx @@ -24,11 +24,18 @@ const GallyApp = dynamic( function App(props: AppProps): JSX.Element { return ( <> + {/* eslint-disable react/no-unknown-property*/} + Gally Admin -
+