chore: lint

This commit is contained in:
Sadegh Barati 2023-09-13 22:13:47 +03:30
parent 309f96c652
commit 931e621568
13 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-full", "name": "test-cli-config-full",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-invalid", "name": "test-cli-config-invalid",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-partial", "name": "test-cli-config-partial",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-none", "name": "test-cli-config-none",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-config-partial", "name": "test-cli-config-partial",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-bun", "name": "test-cli-project-bun",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-npm", "name": "test-cli-project-npm",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-pnpm", "name": "test-cli-project-pnpm",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "test-cli-project-yarn", "name": "test-cli-project-yarn",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js",
"author": "shadcn", "author": "shadcn",
"license": "MIT" "license": "MIT",
"main": "index.js"
} }