We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa16932 commit 244c8d9Copy full SHA for 244c8d9
1 file changed
xo.config.js
@@ -5,6 +5,7 @@ module.exports = {
5
complexity: 0,
6
'capitalized-comments': 0,
7
'unicorn/string-content': 0,
8
+ 'unicorn/no-array-for-each': 0,
9
'promise/prefer-await-to-then': 0,
10
'unicorn/no-abusive-eslint-disable': 0,
11
quotes: ['error', 'single', {allowTemplateLiterals: true}]
0 commit comments