forked from
samuel.fm/statusphere-react
the statusphere demo reworked into a vite/react app in a monorepo
1{
2 "plugins": [
3 "prettier-plugin-tailwindcss",
4 "@ianvs/prettier-plugin-sort-imports"
5 ],
6 "singleQuote": true,
7 "semi": false,
8 "importOrder": [
9 "^react$",
10 "^react-dom$",
11 "^react-",
12 "^@tanstack/",
13 "<THIRD_PARTY_MODULES>",
14 "",
15 "^#/",
16 "^[./]"
17 ],
18 "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
19}