Skip to content

Commit

Permalink
lint(config): harden exports in *.contract.js
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 18, 2024
1 parent 295889a commit 3200239
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/eslint-config/eslint-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ module.exports = {
'no-unused-vars': 'off',
},
},
{
// Zoe contract module
files: ['**/*.contract.js'],
rules: {
'@endo/harden-exports': 'error',
},
},
{
// Orchestration flows
files: ['**/*.flows.js'],
Expand Down

0 comments on commit 3200239

Please sign in to comment.