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";
|
||||
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
@@ -12,6 +12,6 @@
|
||||
},
|
||||
"aliases": {
|
||||
"components": "~/components",
|
||||
"utils": "~/utils"
|
||||
"utils": "~/utils/cn"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
@@ -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/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user