Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent e2e0156 commit 1c764df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ export default [
'promise/prefer-await-to-callbacks': 0,

// `test-d` is dasherized, but rest must use underscores
'filenames/match-regex': [2, '^[a-zA-Z_][a-zA-Z0-9_.]+\\.test-d\\.ts$'],
'filenames/match-regex': [2, '^[a-zA-Z_][a-zA-Z0-9_.]+\\.test-d$'],
'unicorn/filename-case': [
2,
{
Expand Down

0 comments on commit 1c764df

Please sign in to comment.