mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Bump version and other
This commit is contained in:
+3
-5
@@ -1,10 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
|
||||||
"@trivago/prettier-plugin-sort-imports",
|
printWidth: 120,
|
||||||
"prettier-plugin-tailwindcss",
|
|
||||||
],
|
|
||||||
printWidth: 80,
|
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
useTabs: false,
|
useTabs: false,
|
||||||
semi: true,
|
semi: true,
|
||||||
@@ -31,6 +28,7 @@ module.exports = {
|
|||||||
"^~/(utils|hooks|context)/(.*)$",
|
"^~/(utils|hooks|context)/(.*)$",
|
||||||
"^~/types/(.*)$",
|
"^~/types/(.*)$",
|
||||||
"^~/(config|styles)/(.*)$",
|
"^~/(config|styles)/(.*)$",
|
||||||
|
"^(config|actions)$",
|
||||||
"^[./]",
|
"^[./]",
|
||||||
],
|
],
|
||||||
importOrderSeparation: true,
|
importOrderSeparation: true,
|
||||||
|
|||||||
+1
-1
@@ -12,6 +12,6 @@
|
|||||||
},
|
},
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"components": "~/components",
|
"components": "~/components",
|
||||||
"utils": "~/utils"
|
"utils": "~/utils/cn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-gdrive-index",
|
"name": "next-gdrive-index",
|
||||||
"version": "2.0.1",
|
"version": "2.0.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3000",
|
"dev": "next dev -p 3000",
|
||||||
|
|||||||
+4
-25
@@ -16,18 +16,9 @@
|
|||||||
"incremental": true,
|
"incremental": true,
|
||||||
"baseUrl": "./src",
|
"baseUrl": "./src",
|
||||||
"paths": {
|
"paths": {
|
||||||
// "@/*": ["./src/*"],
|
|
||||||
// "components/*": [
|
|
||||||
// "app/(__components)/*"
|
|
||||||
// ],
|
|
||||||
"~/*": ["*"],
|
"~/*": ["*"],
|
||||||
"components/*": ["components/*"],
|
"actions": ["app/actions.ts"],
|
||||||
"config": ["config/gIndex.config.ts"],
|
"config": ["config/gIndex.config.ts"]
|
||||||
"hooks/*": ["hooks/*"],
|
|
||||||
"styles/*": ["styles/*"],
|
|
||||||
"utils/*": ["utils/*"],
|
|
||||||
"types/*": ["types/*"],
|
|
||||||
"context/*": ["context/*"]
|
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
@@ -35,18 +26,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", ".next/types/**/*.ts"],
|
||||||
"next-env.d.ts",
|
"exclude": ["node_modules", ".next", "**/*/_legacy/**/*", "**/*/_app/**/*", "**/*/_page/**/*"]
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx",
|
|
||||||
"**/*.js",
|
|
||||||
".next/types/**/*.ts"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
|
||||||
".next",
|
|
||||||
"**/*/_legacy/**/*",
|
|
||||||
"**/*/_app/**/*",
|
|
||||||
"**/*/_page/**/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user