diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-20 11:29:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 11:29:57 -0500 |
commit | 0afab2cd1b1266034d35cd66f41c3bde90847f9e (patch) | |
tree | 54172a78823cf76761ab88e21d6d2c64d5b965c3 /.prettierrc.js | |
parent | 55b593c4e6b90137995aee9a55ba2a86423cc7bd (diff) | |
parent | 55548a94b61ce7d1ca0ca8da69db7566f937cfeb (diff) | |
download | Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.tar.gz Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.tar.bz2 Nexus-0afab2cd1b1266034d35cd66f41c3bde90847f9e.zip |
Merge pull request #4 from Polyfrost/website/icon-fix
Diffstat (limited to '.prettierrc.js')
-rw-r--r-- | .prettierrc.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.prettierrc.js b/.prettierrc.js deleted file mode 100644 index 5eaa8c7..0000000 --- a/.prettierrc.js +++ /dev/null @@ -1,19 +0,0 @@ -/** @type {import('prettier').Config} */ -module.exports = { - useTabs: true, - printWidth: 100, - singleQuote: true, - trailingComma: 'none', - bracketSameLine: false, - semi: true, - quoteProps: 'consistent', - importOrder: [ - '<THIRD_PARTY_MODULES>', - '^@polyfrost/(interface|client|ui)(/.*)?$', - '^~/', - '^\\.' - ], - importOrderParserPlugins: ['importAssertions', 'typescript', 'jsx'], - plugins: ['@ianvs/prettier-plugin-sort-imports', 'prettier-plugin-tailwindcss'], - tailwindConfig: './packages/ui/tailwind.config.js' -}; |