Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Feb 2, 2024
1 parent 6a4168b commit cfcf842
Show file tree
Hide file tree
Showing 5 changed files with 1,419 additions and 1,419 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.1/index.cjs'

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@willbooster/eslint-config-ts": "10.5.1",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "12.0.6",
Expand All @@ -56,18 +56,18 @@
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"husky": "9.0.10",
"jest": "29.7.0",
"lint-staged": "15.2.0",
"lint-staged": "15.2.1",
"micromatch": "4.0.5",
"pinst": "3.0.0",
"prettier": "3.2.4",
"semantic-release": "23.0.0",
"sort-package-json": "2.6.0",
"sort-package-json": "2.7.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2022",
"target": "ESNext",
"typeRoots": ["./node_modules/@types", "./@types"],
},
"include": ["scripts/**/*", "src/**/*", "tests/**/*"],
Expand Down
Loading

0 comments on commit cfcf842

Please sign in to comment.