Skip to content

Commit 244c8d9

Browse files
committed
style: fix linting error
1 parent fa16932 commit 244c8d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
complexity: 0,
66
'capitalized-comments': 0,
77
'unicorn/string-content': 0,
8+
'unicorn/no-array-for-each': 0,
89
'promise/prefer-await-to-then': 0,
910
'unicorn/no-abusive-eslint-disable': 0,
1011
quotes: ['error', 'single', {allowTemplateLiterals: true}]

0 commit comments

Comments
 (0)