Skip to content

Commit 280f3a3

Browse files
committed
Update gitignore to not exclude .eslintrc.js
1 parent b501ad6 commit 280f3a3

File tree

4 files changed

+132
-18
lines changed

4 files changed

+132
-18
lines changed

.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ["@nostr-dev-kit/custom"],
3+
};

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
justfile
88
package-lock.json
99
**/*.js
10-
!jest.config.js
10+
!.eslintrc.js
1111
!svelte.config.js
1212
!tailwind.config.js
1313
!postcss.config.js

ndk/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"gts": "^3.1.1",
4949
"jest": "^29.5.0",
5050
"ts-jest": "^29.1.0",
51+
"ts-node": "^10.9.1",
5152
"tsd": "^0.28.1",
5253
"tsup": "^6.7.0",
5354
"typedoc": "^0.25.1",

pnpm-lock.yaml

+127-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)