generated from imranbarbhuiya/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
64145ec
commit 9566ae9
Showing
24 changed files
with
797 additions
and
1,326 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +1,2 @@ | ||
.yarn | ||
.yarn | ||
CHANGELOG.md |
160 changes: 80 additions & 80 deletions
160
.yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.cjs
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import common from 'eslint-config-mahir/common'; | ||
import node from 'eslint-config-mahir/node'; | ||
import typescript from 'eslint-config-mahir/typescript'; | ||
|
||
/** | ||
* @type {import('@typescript-eslint/utils').TSESLint.FlatConfig.ConfigArray} | ||
*/ | ||
export default [ | ||
...common, | ||
...node, | ||
...typescript, | ||
{ | ||
ignores: ['node_modules/', '.github', '.yarn', '**/dist'] | ||
} | ||
]; |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"packages/*" | ||
], | ||
"scripts": { | ||
"lint": "turbo run lint", | ||
"lint": "TIMING=1 turbo run lint", | ||
"format": "prettier --write --cache .", | ||
"test": "turbo run test", | ||
"test:watch": "turbo run test:watch", | ||
|
@@ -21,18 +21,18 @@ | |
"@commitlint/config-conventional": "^19.6.0", | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@favware/npm-deprecate": "^2.0.0", | ||
"@types/node": "^22.9.3", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"@types/node": "^22.10.1", | ||
"@vitest/coverage-v8": "^2.1.6", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^9.13.0", | ||
"eslint-config-mahir": "^1.0.4", | ||
"eslint": "^9.15.0", | ||
"eslint-config-mahir": "^1.0.6", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"tsup": "^8.3.5", | ||
"turbo": "^2.3.1", | ||
"vitest": "^2.1.5" | ||
"turbo": "^2.3.3", | ||
"vitest": "^2.1.6" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
|
@@ -51,5 +51,5 @@ | |
"ansi-regex": "^5.0.1", | ||
"minimist": "^1.2.8" | ||
}, | ||
"packageManager": "[email protected].2" | ||
"packageManager": "[email protected].3" | ||
} |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import rootConfig from '../../eslint.config.mjs'; | ||
|
||
/** | ||
* @type {import('@typescript-eslint/utils').TSESLint.FlatConfig.ConfigArray} | ||
*/ | ||
export default [ | ||
...rootConfig, | ||
{ | ||
rules: { | ||
'n/hashbang': [ | ||
'error', | ||
{ | ||
convertPath: { | ||
'src/**/*.ts': ['^src/(.+?)\\.ts$', 'dist/$1.js'] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
]; |
This file was deleted.
Oops, something went wrong.
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,3 +1,3 @@ | ||
{ | ||
"extends": "../../tsconfig.base.json" | ||
"extends": "../../tsconfig.json" | ||
} |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import rootConfig from '../../eslint.config.mjs'; | ||
|
||
/** | ||
* @type {import('@typescript-eslint/utils').TSESLint.FlatConfig.ConfigArray} | ||
*/ | ||
export default [ | ||
...rootConfig, | ||
{ | ||
rules: { | ||
'n/hashbang': [ | ||
'error', | ||
{ | ||
convertPath: { | ||
'src/**/*.ts': ['^src/(.+?)\\.ts$', 'dist/$1.js'] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
]; |
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
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,5 +1,4 @@ | ||
#!/usr/bin/env node | ||
|
||
import process from 'node:process'; | ||
|
||
import { Command } from 'commander'; | ||
|
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
This file was deleted.
Oops, something went wrong.
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,3 +1,3 @@ | ||
{ | ||
"extends": "../../tsconfig.base.json" | ||
"extends": "../../tsconfig.json" | ||
} |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.