update prettier config and run on all files

This commit is contained in:
Przemek Więch
2025-02-06 00:11:24 +01:00
parent 187557bd2f
commit 84a0149e0e
31 changed files with 153 additions and 128 deletions

View File

@@ -1,10 +1,10 @@
import {useEffect, useState} from 'react';
import {FormattedMessage} from 'react-intl';
import rehypeStringify from 'rehype-stringify';
import remarkParse from 'remark-parse';
import remarkRehype from 'remark-rehype';
import {Button, Header, Modal} from 'semantic-ui-react';
import {unified} from 'unified';
import {useEffect, useState} from 'react';
import {FormattedMessage} from 'react-intl';
const LAST_SEEN_VERSION_KEY = 'last_seen_version';