Skip to content

Commit

Permalink
Enable new no-redundant-files rule
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jan 24, 2025
1 parent 9c77472 commit 50e1ffc
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit 50e1ffc

Please sign in to comment.