Skip to content

Commit 7551e69

Browse files
committed
update dependencies
1 parent d653570 commit 7551e69

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

tests/eslint/eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,6 +2115,8 @@ const json = {
21152115
};
21162116

21172117
const packageJSON = {
2118+
// enforce that names for bin properties are in kebab case
2119+
'package-json/bin-name-casing': ERROR,
21182120
// enforce consistent format for the exports field (implicit or explicit subpaths)
21192121
'package-json/exports-subpaths-style': [ERROR, { prefer: 'explicit' }],
21202122
// reports on unnecessary empty arrays and objects

tests/eslint/package-lock.json

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

tests/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-math": "^0.13.0",
1818
"eslint-plugin-n": "^17.23.1",
1919
"eslint-plugin-node-dependencies": "^1.2.0",
20-
"eslint-plugin-package-json": "^0.63.0",
20+
"eslint-plugin-package-json": "^0.64.0",
2121
"eslint-plugin-promise": "^7.2.1",
2222
"eslint-plugin-qunit": "^8.2.5",
2323
"eslint-plugin-redos": "^4.5.0",

0 commit comments

Comments
 (0)