Lint frontend (#131)
* Add lint-fix npm target * Sync eslint+plugins with backend * Add prettier * Ignore no-explicit-any lint rule for now * Silence eslint react warning * Format frontend via prettier * Lint frontend. --------- Co-authored-by: antanst <>
This commit is contained in:
parent
f433dbffe3
commit
220bc92b4a
114 changed files with 30271 additions and 48239 deletions
|
|
@ -1,10 +1,9 @@
|
|||
import React from 'react';
|
||||
|
||||
const LoadingScreen: React.FC = () => (
|
||||
<div className="flex h-screen w-screen items-center justify-center">
|
||||
<div className="text-lg">Loading application... Please wait.</div>
|
||||
</div>
|
||||
<div className="flex h-screen w-screen items-center justify-center">
|
||||
<div className="text-lg">Loading application... Please wait.</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default LoadingScreen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue