Skip to content

Commit 9a587f7

Browse files
Merge pull request #1210 from nextcloud-libraries/dependabot/npm_and_yarn/eslint/json-0.14.0
chore(deps): Bump @eslint/json from 0.13.2 to 0.14.0
2 parents b0fd9da + 986307f commit 9a587f7

File tree

3 files changed

+16
-54
lines changed

3 files changed

+16
-54
lines changed

lib/plugins/packageJson.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const Plugin: ESLint.Plugin = {
7171
version: packageVersion,
7272
},
7373
rules: {
74-
// @ts-expect-error ESLint is missing some API for language-specific rules
7574
'sort-package-json': SortPackageJsonRule,
7675
},
7776
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "vitest run"
4444
},
4545
"dependencies": {
46-
"@eslint/json": "^0.13.2",
46+
"@eslint/json": "^0.14.0",
4747
"@stylistic/eslint-plugin": "^5.5.0",
4848
"eslint-config-flat-gitignore": "^2.1.0",
4949
"eslint-plugin-antfu": "^3.1.1",

0 commit comments

Comments
 (0)