Skip to content

Commit

Permalink
Update eslint ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 22, 2024
1 parent e9c9b7b commit e18b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ module.exports = {
],
'@typescript-eslint/no-explicit-any': 'off',
},
'ignorePatterns': ['tests/'],
'ignorePatterns': ['*.js', '*.cjs', 'test'],
};

0 comments on commit e18b58d

Please sign in to comment.