Skip to content

Commit 9a15825

Browse files
committed
chore: update repository data and readme
1 parent db3ec78 commit 9a15825

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.projenrc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import { OpsBRTypeScriptProject } from "@opsbr/projen-typescript";
22
const project = new OpsBRTypeScriptProject({
33
name: "eslint-import-resolver-typescript-bun",
44
defaultReleaseBranch: "main",
5+
repository: "https://github.com/opsbr/eslint-import-resolver-typescript-bun",
6+
homepage: "https://github.com/opsbr/eslint-import-resolver-typescript-bun",
7+
bugsUrl:
8+
"https://github.com/opsbr/eslint-import-resolver-typescript-bun/issues",
59
deps: ["debug", "eslint-import-resolver-typescript"],
610
devDeps: ["@opsbr/projen-typescript", "@types/debug"],
711
peerDeps: ["bun-types"],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
},
5050
"import/resolver": {
5151
"typescript-bun": {
52-
// <= HERE!
52+
// ^^ HERE! ^^
5353
project: true,
5454
alwaysTryTypes: true,
5555
},

package.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)