Skip to content

Commit c7e30d5

Browse files
gpalozzidavidjbradshaw
authored andcommitted
missing comma
1 parent 9db1e21 commit c7e30d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/test-overrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'promise/always-return': 'off',
2020
'promise/no-callback-in-promise': 'off',
2121
'sonarjs/no-duplicate-string': 'off',
22-
'sonarjs/no-identical-functions': 'off'
22+
'sonarjs/no-identical-functions': 'off',
2323
},
2424
},
2525
],

0 commit comments

Comments
 (0)