mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-10 02:07:41 -06:00
Setup frontend
This commit is contained in:
7
frontend/prettier.config.mjs
Normal file
7
frontend/prettier.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
plugins: [
|
||||
'@ianvs/prettier-plugin-sort-imports',
|
||||
'prettier-plugin-tailwindcss',
|
||||
],
|
||||
singleQuote: true,
|
||||
};
|
||||
Reference in New Issue
Block a user