Skip to content

Commit 7093e68

Browse files
committed
style: fix linting error
1 parent 8809a97 commit 7093e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
rules: {
44
semi: 0,
55
'unicorn/string-content': 0,
6+
'unicorn/no-array-for-each': 0,
67
'promise/prefer-await-to-then': 0,
78
quotes: ['error', 'single', {allowTemplateLiterals: true}]
89
}

0 commit comments

Comments
 (0)