Bump version and other

This commit is contained in:
mbaharip
2024-05-18 15:18:03 +07:00
parent a67031b11a
commit 486ea322e7
5 changed files with 413 additions and 413 deletions
+3 -5
View File
@@ -1,10 +1,7 @@
"use strict";
module.exports = {
plugins: [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss",
],
printWidth: 80,
plugins: ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
printWidth: 120,
tabWidth: 2,
useTabs: false,
semi: true,
@@ -31,6 +28,7 @@ module.exports = {
"^~/(utils|hooks|context)/(.*)$",
"^~/types/(.*)$",
"^~/(config|styles)/(.*)$",
"^(config|actions)$",
"^[./]",
],
importOrderSeparation: true,
+1 -1
View File
@@ -12,6 +12,6 @@
},
"aliases": {
"components": "~/components",
"utils": "~/utils"
"utils": "~/utils/cn"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "next-gdrive-index",
"version": "2.0.1",
"version": "2.0.3",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
+4 -25
View File
@@ -16,18 +16,9 @@
"incremental": true,
"baseUrl": "./src",
"paths": {
// "@/*": ["./src/*"],
// "components/*": [
// "app/(__components)/*"
// ],
"~/*": ["*"],
"components/*": ["components/*"],
"config": ["config/gIndex.config.ts"],
"hooks/*": ["hooks/*"],
"styles/*": ["styles/*"],
"utils/*": ["utils/*"],
"types/*": ["types/*"],
"context/*": ["context/*"]
"actions": ["app/actions.ts"],
"config": ["config/gIndex.config.ts"]
},
"plugins": [
{
@@ -35,18 +26,6 @@
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.js",
".next/types/**/*.ts"
],
"exclude": [
"node_modules",
".next",
"**/*/_legacy/**/*",
"**/*/_app/**/*",
"**/*/_page/**/*"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next", "**/*/_legacy/**/*", "**/*/_app/**/*", "**/*/_page/**/*"]
}
+404 -381
View File
File diff suppressed because it is too large Load Diff