nicolium: update oxfmt config
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -3,6 +3,7 @@ import { FormattedMessage } from 'react-intl';
|
||||
|
||||
import Stack from './stack';
|
||||
import Text from './text';
|
||||
|
||||
import './spinner.css';
|
||||
|
||||
interface ISpinner {
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import DatePicker from 'react-datepicker';
|
||||
|
||||
import 'react-datepicker/dist/react-datepicker.css';
|
||||
|
||||
export { DatePicker as default };
|
||||
|
||||
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user