-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79c8264
commit 03ef495
Showing
5 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|