Skip to content

Commit c256393

Browse files
committed
update dependencies
1 parent c5f6541 commit c256393

File tree

3 files changed

+26
-34
lines changed

3 files changed

+26
-34
lines changed

tests/eslint/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ const json = {
15971597
// disallow `Infinity`
15981598
'jsonc/no-infinity': ERROR,
15991599
// disallow irregular whitespace
1600-
'jsonc/no-irregular-whitespace': ERROR,
1600+
'jsonc/no-irregular-whitespace': [ERROR, {}],
16011601
// disallow use of multiline strings
16021602
'jsonc/no-multi-str': ERROR,
16031603
// disallow `NaN`

tests/eslint/package-lock.json

Lines changed: 24 additions & 32 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
@@ -7,7 +7,7 @@
77
"@stylistic/eslint-plugin-js": "^2.10.1",
88
"@stylistic/eslint-plugin-plus": "^2.10.1",
99
"confusing-browser-globals": "^1.0.11",
10-
"eslint": "^9.14.0",
10+
"eslint": "^9.15.0",
1111
"eslint-plugin-array-func": "^5.0.2",
1212
"eslint-plugin-canonical": "^5.0.0",
1313
"eslint-plugin-depend": "^0.12.0",

0 commit comments

Comments
 (0)