We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e56686 commit 00d7ff6Copy full SHA for 00d7ff6
.gitignore
@@ -5,6 +5,7 @@
5
6
!**/.gitignore
7
!/.commitlintrc.js
8
+!/.eslint.config.js
9
!/.eslintrc.js
10
!/.eslintrc.local.*
11
!/.git-blame-ignore-revs
package.json
@@ -16,7 +16,7 @@
16
},
17
"devDependencies": {
18
"@npmcli/eslint-config": "^5.0.0",
19
- "@npmcli/template-oss": "4.24.2",
+ "@npmcli/template-oss": "4.24.3",
20
"spawk": "^1.8.1",
21
"tap": "^16.0.1"
22
@@ -42,7 +42,7 @@
42
43
"templateOSS": {
44
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45
- "version": "4.24.2",
+ "version": "4.24.3",
46
"publish": "true"
47
48
"tap": {
0 commit comments