Skip to content

Commit

Permalink
Ignore index.js for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Oct 5, 2024
1 parent 284f8f4 commit b20e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export default [
},
},
{
ignores: ["*/out/**", "*/.next/**", "*/cdk.out/**", "**/*.d.ts"],
ignores: ["*/out/**", "*/.next/**", "*/cdk.out/**", "**/*.d.ts", "infra/src/index.js"],
},
];

0 comments on commit b20e22d

Please sign in to comment.