nicolium: update oxfmt config

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-24 13:35:10 +01:00
parent 49eba07ca5
commit 3d178e87cb
5 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"singleQuote": true,
"arrowParens": null,
"sortImports": {
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type"]
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type", "style"]
},
"tabWidth": 2
}

View File

@ -5,7 +5,7 @@
"singleQuote": true,
"arrowParens": null,
"sortImports": {
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type"]
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type", "style"]
},
"tabWidth": 2,
"jsxSingleQuote": true,

View File

@ -3,6 +3,7 @@ import { FormattedMessage } from 'react-intl';
import Stack from './stack';
import Text from './text';
import './spinner.css';
interface ISpinner {

View File

@ -1,4 +1,5 @@
import DatePicker from 'react-datepicker';
import 'react-datepicker/dist/react-datepicker.css';
export { DatePicker as default };

View File

@ -40,7 +40,6 @@ import {
DropdownNavigation,
StatusHoverCard,
} from './util/async-components';
// Dummy import, to make sure that <Status /> ends up in the application bundle.
// Without this it ends up in ~8 very commonly used bundles.
import '@/components/status';