Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Sep 18, 2023
1 parent 79c8264 commit 03ef495
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"engines": {
"pnpm": "^8.0.0",
"node": ">=16.0.0"
},
"scripts": {
"build": "pnpm -r build",
"install": "pnpm build",
"postinstall": "git-validator install",
"release": "changeset publish",
"style": "git-validator",
"style:update": "git-validator -u",
"build": "pnpm -r build",
"test": "pnpm -r test",
"release": "changeset publish"
"test": "pnpm -r test"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/node": "^20.6.2",
"git-validator": "workspace:^",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.0.0",
"pnpm": "^8.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@git-validator/eslint-config",
"type": "module",
"version": "0.1.0",
"description": "A strict eslint config for better code quality.",
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/eslint-config",
"keywords": [
"opinionated",
"strict",
Expand All @@ -14,14 +10,18 @@
"eslint-config",
"standard"
],
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/eslint-config",
"license": "MIT",
"author": "[email protected]",
"type": "module",
"exports": "./src/index.js",
"scripts": {
"build": "tsc --noEmit -p ../../tsconfig.json"
},
"dependencies": {
"@git-validator/eslint-plugin": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@git-validator/eslint-plugin": "workspace:^",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@git-validator/eslint-plugin",
"type": "module",
"version": "0.1.0",
"description": "Zanminkian's eslint plugins.",
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/eslint-plugin",
"keywords": [
"opinionated",
"strict",
Expand All @@ -14,6 +10,10 @@
"eslint-config",
"eslint-plugin"
],
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/eslint-plugin",
"license": "MIT",
"author": "[email protected]",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
16 changes: 8 additions & 8 deletions packages/git-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "git-validator",
"type": "module",
"version": "0.9.12",
"description": "Git hooks and code style validator.",
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/zanminkian/git-validator",
"keywords": [
"git",
"hooks",
Expand All @@ -19,16 +15,20 @@
"lint-staged",
"commitlint"
],
"scripts": {
"build": "tsc --noEmit"
},
"homepage": "https://github.com/zanminkian/git-validator",
"license": "MIT",
"author": "[email protected]",
"type": "module",
"bin": {
"commitlint": "./src/bin/commitlint.js",
"git-validator": "./src/bin/git-validator.js",
"gv": "./src/bin/git-validator.js",
"commitlint": "./src/bin/commitlint.js",
"lint-staged": "./src/bin/lint-staged.js",
"tsconfig": "./src/bin/tsconfig.js"
},
"scripts": {
"build": "tsc --noEmit"
},
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "@git-validator/tsconfig",
"type": "module",
"version": "0.1.1",
"description": "Strict shared tsconfig out-of-box.",
"author": "[email protected]",
"license": "MIT",
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/tsconfig",
"keywords": [
"tsconfig",
"strict",
Expand All @@ -15,6 +11,10 @@
"config",
"configuration"
],
"homepage": "https://github.com/zanminkian/git-validator/tree/main/packages/tsconfig",
"license": "MIT",
"author": "[email protected]",
"type": "module",
"exports": {
"./cli": "./src/cli.js",
"./cjs.json": "./cjs.json",
Expand Down

0 comments on commit 03ef495

Please sign in to comment.