Skip to content

Commit

Permalink
Bump eslint-plugin-package-json from 0.20.1 to 0.21.1 (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: Flo Edelmann <[email protected]>
  • Loading branch information
dependabot[bot] and FloEdelmann authored Jan 24, 2025
1 parent 3eb130a commit 2333306
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
8 changes: 7 additions & 1 deletion eslint.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ export default typescriptEslint.config(
name: 'vue-ts-types/ignore-dist',
ignores: ['dist'],
},
eslintConfigPackageJson,
{
...eslintConfigPackageJson,
rules: {
...eslintConfigPackageJson.rules,
'package-json/no-redundant-files': 'error',
},
},
{
files: ['**/*.ts', '**/*.mjs'],
extends: [
Expand Down
24 changes: 20 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@vitest/eslint-plugin": "^1.1.25",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-package-json": "^0.20.1",
"eslint-plugin-package-json": "^0.21.1",
"eslint-plugin-unicorn": "^56.0.1",
"jiti": "^2.4.2",
"lefthook": "^1.10.10",
Expand Down

0 comments on commit 2333306

Please sign in to comment.