Skip to content

Commit

Permalink
refactor: update eslintConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
calimanco committed Jan 25, 2021
1 parent 2533c1d commit 76a0627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
}
},
{
files: ['*.{spec|test}.ts'],
files: ['*.spec.ts', '*.test.ts'],
rules: {
'prefer-promise-reject-errors': 'off',
'promise/param-names': 'off',
Expand Down

0 comments on commit 76a0627

Please sign in to comment.