Skip to content

Commit 9bc91da

Browse files
committed
feat: remove mobile support
1 parent 54c3aa4 commit 9bc91da

File tree

15 files changed

+586
-610
lines changed

15 files changed

+586
-610
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"prettier.prettierPath": "node_modules/prettier"
3+
}

prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
trailingComma: 'all',
33
singleQuote: true,
4+
semi: false,
45
plugins: [
56
'prettier-plugin-tailwindcss',
67
'@trivago/prettier-plugin-sort-imports',
@@ -17,6 +18,5 @@ module.exports = {
1718
'^[./]', // Other imports
1819
'.*', // Any uncaught imports
1920
],
20-
importOrderSeparation: true,
2121
importOrderSortSpecifiers: true,
2222
};

0 commit comments

Comments
 (0)