remove the warning for no-reference-in-iterator (at least temporarly)

This commit is contained in:
JFH
2020-07-25 19:31:51 +02:00
parent b7fccd59d5
commit db607768a7
6 changed files with 5 additions and 8 deletions

View File

@@ -360,6 +360,7 @@ module.exports = {
ignoreRegExpLiterals: true
} */
'unicorn/prefer-query-selector': 'off',
'unicorn/no-fn-reference-in-iterator': 'off',
'unicorn/prefer-node-append': 'off',
'unicorn/no-zero-fractions': 'off',
'unicorn/prefer-number-properties': 'off',